Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jin10086/ddostrx


https://github.com/jin10086/ddostrx

Last synced: 6 days ago
JSON representation

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
```