ranjbar-dev / tron-contract

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 100.0%