@noxford1/social-demo
v0.0.10
Published
Create and interact with on chain social graphs
Downloads
258
Readme
JavaScript client for Primitives Protractor
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 @primitives-xyz/protractor
- Finally, register the library with your Umi instance like so.
import { primitivesProtractor } from '@primitives-xyz/protractor'; umi.use(primitivesProtractor());
You can learn more about this library's API by reading its generated TypeDoc documentation.
Contributing
Check out the Contributing Guide the learn more about how to contribute to this library.