@socialcap/contracts-lib
v0.1.20
Published
SocialCap contracts Lib for zkApp and API services
Downloads
48
Maintainers
Readme
Mina zkApp: @socialcap/contracts-lib
This template uses TypeScript.
How to build
npm run build
How to run tests
Publish to NPM
npm publish --access public
Use it
Install in client
npm i @socialcap/contracts-lib
Import it
import {
UID,
UTCDateTime,
} from "@socialcap/contracts-lib";