nonci wrapper sdk is a nonce account nft mint tool!
Table of Contents:
npm install nonci
yarn add nonci
pnpm install nonci
// src/index.ts
import { Nonci } from 'nonci';
const nonci = new Nonci({
secret: 'YOUR-SECRET-KEY',
hostUri: 'http://localhost:3000'
});
nonci.createNonce().then((response) => {
console.log(response);
});
// access more sdk functions
All code contributions, including those of people having commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.
We truly ❤️ pull requests! If you wish to help, we will soon be making our sdk ready to be contribute post hackathon, and we'll do a proper announcement for everyone to contribute.
This repository is available under the MIT License.