Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jin10086/ddostrx
https://github.com/jin10086/ddostrx
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jin10086/ddostrx
- Owner: jin10086
- Created: 2019-11-02T05:00:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T03:13:05.000Z (4 months ago)
- Last Synced: 2024-12-14T06:31:54.568Z (13 days ago)
- Language: JavaScript
- Homepage: https://igaojin.me/ddosTrx/
- Size: 449 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tron dapp demo
Dome for TRON developer guide: https://github.com/maxisacoder/blog/issues/14
### 1. Setup dependency
```
yarn
```### 2. Compile Contract
请修改`tronbox.js`填入自己的私钥
```
yarn run migrate
```### 3. run the dapp
```
yarn run start
```