@socialcap/contracts
v0.1.30
Published
SocialCap SmartContracts for zkApp and API services
Downloads
13
Maintainers
Readme
Mina zkApp: @socialcap/contracts
This template uses TypeScript.
How to build
npm run build
How to run tests
node build/src/tests/main-root-tests.js
node build/src/tests/main-claim-tests.js
Publish to NPM
npm publish --access public
Use it
Install in client
npm i @socialcap/contracts
Import it
import {
RootsContract,
VotingContract,
VotingInstance,
ClaimsVotingFactory,
ProvableCommunity,
CommunityState,
ProvablePerson,
PersonState,
ProvableMember,
MemberRole,
UID,
UTCDateTime,
MerkleMapProxy,
MerkleMapUpdate,
LeafInstance,
NullifierProxy,
} from "@socialcap/contracts";