aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: db27de8fa307f5f5a2d479837b084c09b1865b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DEXON Lottery
Repository for DEXON lottery event

## Install
`yarn`

## Compile
`npm run compile`

## Testing (By using Ganache)
`npm run test`

## Deploy contract (on DEXON testnet)
1. Copy `secret.js.sample` to `secret.js`.
2. Set the `mnemonic` in `secret.js`.
3. `npm run deploy`