Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 594 Bytes

Registry

Welcome to BITNATION's registry.

This is a collection of smart contracts to deploy the registry.

For more information and documentation, please go to doc.

Building

Please install truffle first: sudo npm install -g truffle.

You can now run truffle compile.

Testing

You will need testrpc: sudo npm install -g ethereumjs-testrpc.

Then, you can open a terminal and execute testrpc.

Finally, run truffle test in a new terminal.

Deploying

In order to deploy all the contracts, please edit truffle.js to fit you configuration and then run truffle migrate.