Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 607 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 607 Bytes

Tron dapp demo

Dome for TRON developer guide: https://github.com/maxisacoder/blog/issues/14

1. Setup dependency

yarn

or

npm i

2. Compile Contract

请修改tronbox.js填入/修改 自己的私钥(否则提示: Error: Invalid private key provided )

yarn run migrate

3. run the dapp

Note: Normally a dapp should be in one project.

Due to limited time reason,  this dapp split into  by two part: backend and front-end.

This project is the backend.

Front-end link: https://github.com/Woodenwang/blockChain_aimPlane 
yarn run backend