diff options
Diffstat (limited to 'packages/web3-wrapper/README.md')
-rw-r--r-- | packages/web3-wrapper/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web3-wrapper/README.md b/packages/web3-wrapper/README.md index bfa98deff..06c788101 100644 --- a/packages/web3-wrapper/README.md +++ b/packages/web3-wrapper/README.md @@ -1,6 +1,6 @@ ## @0xproject/web3-wrapper -Wrapped version of web3 with a nicer interface that is used across 0x projects and packages. +Web3-wrapper is a JSON-RPC client for Ethereum nodes. It is a type-safe alternative to [Web3.js](https://github.com/ethereum/web3.js/) written in TypeScript. ### Read the [Documentation](https://0xproject.com/docs/web3-wrapper). |