0.1.11 • Published 12 months ago

@builderz/sold v0.1.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

JavaScript client for Sold

A Umi-compatible JavaScript library for the project.

Getting started

  1. First, if you're not already using Umi, follow these instructions to install the Umi framework.
  2. Next, install this library using the package manager of your choice.
    npm install @builderz/sold
  3. Finally, register the library with your Umi instance like so.
    import { soldIssuance } from '@builderz/sold';
    umi.use(soldIssuance());

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.