conflux-web
Version:
Conflux JavaScript API
26 lines (15 loc) • 337 B
Markdown
# conflux-web
This is the main package of [ConfluxWeb][repo]
## Installation
### Node.js
```bash
npm install conflux-web
```
### Usage
```js
import ConfluxWeb from 'conflux-web';
new ConfluxWeb(...);
```
## Types
All the typescript typings are placed in the types folder.
[repo]: https://github.com/Conflux-Chain/ConfluxWeb