# tron-justswap **Repository Path**: wsldwps/tron-justswap ## Basic Information - **Project Name**: tron-justswap - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-06 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tron-justswap https://tronscan.org/#/contract/TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE/code ## Steps ### install truffle ```bash npm install -g truffle ``` - `truffle init` :初始化工程 ### install ```bash npm install -g ganache-cli ``` - `ganache-cli`: 启动内存态的 eth 节点 ## ref - [1. Truffle简介](https://truffle.tryblockchain.org/Truffle-introduce-%E4%BB%8B%E7%BB%8D.html) - [Debugging Solidity Smart Contracts Inside of the IntelliJ IDE](https://medium.com/80trill/debugging-solidity-smart-contracts-inside-of-the-intellij-ide-5b97d857143d)