An ERC20
standard token. Built on the OpenZeppelin framework.
You'll need the yarn tool installed.
Install dev dependencies:
cd element-erc20-smart-contract
yarn
Running yarn test
will also take care of starting/stopping testrpc
.
yarn test
To flatten the contract into a single file for Etherscan you can run the flatten command.
yarn flatten
This will output:
build/ElementToken_flat.sol
build/ElementToken_oneline.sol
You can deploy this via my