mirror of
https://github.com/status-im/hackathon-registration-dapp.git
synced 2025-02-19 07:47:08 +00:00
22 lines
344 B
Markdown
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
|
|
```
|
|
|
|
|