0.0.2 • Published 1 year ago
unemeta-sdk v0.0.2
unemeta-sdk
This SDK is a collection of tools used to interact with the Unemeta API and smart contracts.
Usage
Install
This package has a peer dependency on etherjs.
Install with
yarn add unemeta-sdk ethersor
npm install unemeta-sdk ethers --saveDocumentation
Read the complete documentation
Dev
Setup
Install dependencies with pnpm
- Dev:
pnpm dev - Build:
pnpm build
Release
- Create a Personal access token (Don't change the default scope)
- Create an
.env(copy.env.template) and set you github personal access token. yarn releasewill run all the checks, build, and publish the package, and publish the github release note.