cites-on-blocks / cites-on-blocks_dapp

Implementation of the Ethereum contracts for the CITES distributes application.
8 stars 2 forks source link

CITES Blockchain Challenge - DApp

Requirements

// if inside truffle console compile migrate

3. Run the front-end webpack server with hot reloading. Serves front-end on http://localhost:3000

npm run start

## Testing
1. Test smart contracts

// if outside truffle console truffle test

// if inside truffle console test

2. Test React components using Jest

npm run test

## Build
1. Build application for producation in build_webpack folder

npm run build