Skip to content

Commit

Permalink
Merge pull request #343 from tronprotocol/release/v5.1.0
Browse files Browse the repository at this point in the history
Release/v5.1.0
  • Loading branch information
unicornonea committed Jan 30, 2023
2 parents 911648a + 93a4192 commit 8592538
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@

## What is TronWeb?

__[Tron Web - Official Site](https://tronweb.network)__

__[Tron Web - Developer Document](https://developers.tron.network/docs/tronweb-1)__

TronWeb aims to deliver a unified, seamless development experience influenced by Ethereum's [Web3](https://github.com/ethereum/web3.js/) implementation. We have taken the core ideas and expanded upon it to unlock the functionality of TRON's unique feature set along with offering new tools for integrating DApps in the browser, Node.js and IoT devices.
[TronWeb](https://tronweb.network) aims to deliver a unified, seamless development experience influenced by Ethereum's [Web3](https://github.com/ethereum/web3.js/) implementation. We have taken the core ideas and expanded upon it to unlock the functionality of TRON's unique feature set along with offering new tools for integrating DApps in the browser, Node.js and IoT devices.

**Project scope**

Any new TRON feature will be incorporated into TronWeb. Changes to the API to improve quality-of-life are in-scope for the project. We will not necessarilly maintain feature parity with Web3.js going forward as this is a separate project, not a synchronized fork.

## HomePage

__[tronweb.network](https://tronweb.network)__

## Compatibility
- Version built for Node.js v6 and above
- Version built for browsers with more than 0.25% market share
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "5.1.0",
"description": "JavaScript SDK that encapsulates the TRON HTTP API",
"main": "dist/TronWeb.node.js",
"keywords": [
"TRON",
"tronweb"
],
"scripts": {
"prepare": "npm run build",
"build": "npm run clean && webpack --config webpack.config.js --progress --color",
Expand Down Expand Up @@ -85,7 +89,7 @@
"url": "https://github.com/tron-us"
}
],
"homepage": "https://github.com/tronprotocol/tronweb",
"homepage": "https://tronweb.network",
"license": "MIT",
"repository": "https://github.com/tronprotocol/tronweb.git"
}

0 comments on commit 8592538

Please sign in to comment.