pweb3
Version:
Pchain JavaScript API
29 lines (17 loc) • 557 B
Markdown
# pweb3
This is the main module of [web3.js](https://github.com/pchain-org/pweb3/tree/pweb3-1.x/packages/pweb3)
Please read the [readme](https://github.com/ethereum/web3.js/blob/1.0/README.md) and [documentation](https://web3js.readthedocs.io/en/1.0/) for more.
## Installation
### Node.js
```bash
npm install pweb3
```
### Usage
```js
import Web3 from 'pweb3';
new Web3(...);
```
## Types
All the typescript typings are placed in the types folder.
[docs]: https://pweb3js.readthedocs.io/en/latest/
[repo]: https://github.com/pchain-org/pweb3