# maxisacoder-tron-dapp-demo **Repository Path**: yunshuchen/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**: 1 - **Forks**: 1 - **Created**: 2021-05-12 - **Last Updated**: 2025-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: 波场, Solidity ## README ## Tron dapp demo ### 1. Setup dependency ``` npm install ``` ### 2. Compile Contract 请修改`tronbox.js`填入自己的私钥 ``` npm run migrate ``` ### 3. run the dapp ``` npm run start ```