aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: ce2873fe7ab4b7554ff0cf887f53b3be95d56e47 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                        
 
          
             

          
                 
 

                             
 


                                          
                   
# Dexon DApp Workshop
**Simple Election DApp**

## Install
`npm install`

## 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`