Skip to content

blockchain-werkstatt/identity-contracts

Repository files navigation

SmartWallet Identity Contracts

Identity Contracts for SmartWallet

  • Status: WIP
  • Version: 0.1

Install

Install testrpc

https://github.com/ethereumjs/testrpc

npm install -g ethereumjs-testrpc

Run testrpc

npm run testrpc

Install Truffle

install Truffle a Ethereum Testing Framework based on Mocha http://truffleframework.com/

npm install -g truffle

Run truffle tests

truffle test

Run specific test

truffle test ./test/identity.js

Run wallet tests

npm run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published