0.1.19 • Published 1 year ago

@socialcap/lib v0.1.19

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Mina zkApp: @socialcap/lib

A Lib with utilities and helpers for SocialCap UI, API and Contracts.

This template uses TypeScript.

How to build

npm run build

Publish to NPM

npm publish --access public

Use it

Install in client

npm i @socialcap/lib

Import it

import { 
  UID,
  UTCDateTime,
} from "@socialcap/lib";

License

Apache-2.0