Identity Contracts for SmartWallet
- Status: WIP
- Version: 0.1
https://github.com/ethereumjs/testrpc
npm install -g ethereumjs-testrpc
npm run testrpc
install Truffle a Ethereum Testing Framework based on Mocha http://truffleframework.com/
npm install -g truffle
truffle test
truffle test ./test/identity.js
npm run test