2018-10-03 08:45:56 -04:00

22 lines
344 B
Markdown

# hackathon-registration-dapp
TODO - Add docs
Installation:
```
git clone https://github.com/status-im/hackathon-registration-dapp.git
cd hackathon-registration-dapp
npm install
```
To generate the codes, `node server/codegen.js` will generate a `codes.txt` file, and the proof and merkle root used for the contract
```
embark run
```