Contracts for the ALIS PoA Private chain.
- node.js
- See:
.node-version
- See:
- yarn
# An ETH address to operate private chain.
export PRIVATE_CHAIN_ALIS_TOKEN_ADDRESS=0x1383b25f9ba231e3a1a1e45c0b5689xxxxxxxxx
git clone https://github.com/AlisProject/private-chain-contracts.git
cd private-chain-contracts
yarn
yarn truffle install
yarn test:all
yarn test ./test/alis_token.js
yarn debug
- You can use
debugger;
function of node.
- You can use
yarn lint
You should adjust gas
and gasPrice
at truffle.js
.
yarn deploy
truffle deploy --network live