Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 237 Bytes

Install required modules

Run command - npm install

Migrate to Binance Smart Chain

Step 1 - Add your private key to the truffle.config file. Step 2 - Run command - truffle migrate --reset

Start Frontend

Run command - npm start