# tron-dapp **Repository Path**: _kevinlin/tron-dapp ## Basic Information - **Project Name**: tron-dapp - **Description**: tronbox + tronweb波场项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-02-26 - **Last Updated**: 2024-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dapp ## Project setup ``` Install tronbox npm install -g tronbox Compile the contract tronbox compile Migrate the contract tronbox migrate --network shasta Change the current address to your deployed contract address let contractInstance = await tronWeb .contract() .at("Your deployed contract address"); ```