Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ranjbar-dev/tron-contract

running private TRON network locally and create and calling smart contract in private network
https://github.com/ranjbar-dev/tron-contract

Last synced: 15 days ago
JSON representation

running private TRON network locally and create and calling smart contract in private network

Awesome Lists containing this project

README

        

# Tron contract

### How to run private TRON network

you can run `docker run -it --rm -p 9090:9090 --name tron trontools/quickstart` on your local system and you will have private TRON network

note that it will generate 10 wallets with 10000 TRX on each one

the wallets addresses and private keys will be printed in console when you bring up container

you can access http server exposed on port `9090`