@builderz/parity
v0.2.0
Published
Parity Stablecoin
Downloads
16
Readme
JavaScript client for Parity
A Umi-compatible JavaScript library for the project.
Getting started
- First, if you're not already using Umi, follow these instructions to install the Umi framework.
- Next, install this library using the package manager of your choice.
npm install @builderz/parity
- Finally, register the library with your Umi instance like so.
import { parityIssuance } from '@builderz/parity'; umi.use(parityIssuance());
Contributing
Check out the Contributing Guide the learn more about how to contribute to this library.