UNPKG

370 BMarkdownView Raw
1# conflux-web-core-method
2
3This is a sub package of [ConfluxWeb.js][repo]
4
5The Method module abstracts the JSON-RPC method and is used within most [ConfluxWeb.js][repo] packages.
6
7## Installation
8
9```bash
10npm install conflux-web-core-method
11```
12
13## Types
14
15All the typescript typings are placed in the types folder.
16
17[repo]: https://github.com/Conflux-Chain/ConfluxWeb