Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ranjbar-dev/tron-contract
- Owner: ranjbar-dev
- Created: 2023-12-25T09:59:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T13:13:54.000Z (about 1 year ago)
- Last Synced: 2023-12-26T15:23:52.736Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`