Skip to content

Releases: tronprotocol/tron-docker

v0.1.0

27 Jan 03:44
fad09d8
Compare
Choose a tag to compare

Overview

This release provides essential tools and guidance for quickly getting started with the TRON network via Docker. It includes features for setting up FullNode, private chain, monitoring tools, and CI/testing utilities.

New Features

  • Easily start a single TRON FullNode connected to either the Mainnet or NileNet using the provided Docker configurations by @Sunny6889 in #1
  • Set up a private TRON blockchain network for development and testing purposes with straightforward deployment and management configurations by @Sunny6889 in #1 #4
  • Integrated monitoring tools allow for real-time visualization and tracking of TRON node health and performance metrics by @Sunny6889 in #3
  • Automate the build and test processes for the java-tron image using Gradle by @3for @Sunny6889 in #8 #12 #13 #15
  • Launch a private Java-Tron network based on the Mainnet database state to support shadow fork testing by @Federico2014 in #7 #10

Documentation Updates