At the project folder root,
Install Dependencies
> npm install
Compile contracts
> truffle compile
Run tests
> truffle test
Deploy on BSC Testnet
> truffle migrate --network bsc_testnet
Deploy on local network (ganache-cli)
> ganache-cli > truffle migrate --network ganache
> ganache-cli
> truffle migrate --network ganache
Navigate into the client folder
client
> cd client
To Build React App
> npm run build
To Start App on Development Server
> npm run start
Last updated 4 years ago
Was this helpful?