UNPKG

410 BMarkdownView Raw
1# conflux-web-cfx-abi
2
3This is a sub package of [ConfluxWeb][repo]
4
5This is the abi package will be used in the `conflux-web-cfx` package.
6
7## Installation
8
9```bash
10npm install conflux-web-cfx-abi
11```
12
13## Usage
14
15```js
16import {AbiCoder} from 'conflux-web-cfx-abi';
17
18new AbiCoder();
19```
20
21## Types
22
23All the typescript typings are placed in the types folder.
24
25[repo]: https://github.com/Conflux-Chain/ConfluxWeb