# maxisacoder-tron-dapp-demo **Repository Path**: springnight/maxisacoder-tron-dapp-demo ## Basic Information - **Project Name**: maxisacoder-tron-dapp-demo - **Description**: 区块链 波场 tron 智能合约 nodejs 发布/编译 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-09 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Tron dapp demo ### 1. Setup dependency ``` npm install ``` ### 2. Compile Contract 请修改`tronbox.js`填入自己的私钥 ``` npm run migrate ``` ### 3. run the dapp ``` npm run start ```