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=0x1383b25f9ba231e3a1a1e45c0b5689xxxxxxxxxgit clone https://github.com/AlisProject/private-chain-contracts.gitcd private-chain-contractsyarnyarn 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