Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 630 Bytes

Ethereum registry

First use

  • You will need to clone the repo via git clone <url>.
  • Then you need some dependencies, you can install them by running npm install in the repo directory.

Usage

Building

  • npm run truffle compile

Deploying

  • first edit truffle.js if needed.
  • run npm run truffle migrate.

Testing

  • npm run truffle test.

Copyright and Intellectual Property

This source code has been developed and published by Eliott TEISSONNIERE for DAOSprout, it is covered by an AGPLv3 license, please see the file LICENSE for more informations.