# java-tron **Repository Path**: qkl-repo/java-tron ## Basic Information - **Project Name**: java-tron - **Description**: https://github.com/tronprotocol/java-tron - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-08 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README



java-tron

Java implementation of the Tron Protocol

Quick StartDeployDeploymentChannelContributionResources

## What's TRON? TRON is a project dedicated to building the infrastructure for a truly decentralized Internet. * Tron Protocol, one of the largest blockchain-based operating systems in the world, offers scalable, high-availability and high-throughput support that underlies all the decentralized applications in the TRON ecosystem. * Tron Virtual Machine (TVM) allows anyone to develop decentralized applications (DAPPs) for themselves or their communities with smart contracts thereby making decentralized crowdfunding and token issuance easier than ever. TRON enables large-scale development and engagement. With over 2000 transactions per second (TPS), high concurrency, low latency, and massive data transmission. It is ideal for building decentralized entertainment applications. Free features and incentive systems allow developers to create premium app experiences for users. # Quick Start This guide walks the user through the TRON Quickstart (v2.0.0) image setup. [TRON Quick Start](./quickstart.md) # Deploy * [Build](./build.md) Please build java-tron after cloning the project * [Run](./run.md) Run java-tron # Deployment [Deployment Guide](https://tronprotocol.github.io/documentation-en/developers/deployment/) walks the user through how to deploy a FullNode and an SR node. # Channel [Tron Developers & SRs](https://discord.gg/hqKvyAM) is Tron's official Discord channel. Feel free to join this channel if you have any questions. [Core Devs Community](https://t.me/troncoredevscommunity) is the Telegram channel for java-tron community developers. If you want to contribute to java-tron, please join this channel. [tronprotocol/allcoredev](https://gitter.im/tronprotocol/allcoredev) is the official Gitter channel for developers. # Contribution If you'd like to contribute to java-tron, please read the following instructions. - [Contribution](./CONTRIBUTING.md) - [Community Developers Incentives Programme](./CONTRIBUTING.md#community-developers-incentives-programme) # Resources * [Medium](https://medium.com/@coredevs) java-tron's official technical articles are published there. * [Documentation](https://tronprotocol.github.io/documentation-en/introduction/) java-tron's official technical documentation website. * [Test network](http://nileex.io/) A stable test network of TRON contributed by TRON community. * [Tronscan](https://tronscan.org/#/) TRON network blockchain browser. * [Wallet-cli](https://github.com/tronprotocol/wallet-cli) TRON network wallet using command line. * [TIP](https://github.com/tronprotocol/tips) TRON Improvement Proposal (TIP) describes standards for the TRON network. * [TP](https://github.com/tronprotocol/tips/tree/master/tp) TRON Protocol (TP) describes standards already implemented in TRON network but not published as a TIP. * [White Paper](https://tron.network/resources?lng=&name=1) White paper of TRON network. # License java-tron is released under the [LGPLv3 license](https://github.com/tronprotocol/java-tron/blob/master/LICENSE).