FortKnoxster ERC20 FKX token and crowdsale related smart contracts.
FKX is an ERC20-compliant token built using the robust and audited OpenZeppelin smart contracts framework.
- Install truffle globally with
npm install -g truffle
- Install testrpc globally with
npm install -g ethereumjs-testrpc
- Install local packages with
npm install
- Run testrpc in separate terminal via the script
./scripts/testrpc.sh
which will executetestrpc -u 0 -l 8000000
with predefined wallets. - Alternatively run truffle's own built-in blockchain with
truffle develop
- Run tests with
truffle test --network rpc