Skip to content

nonci-xyz/sdk

Repository files navigation

nonci

nonci wrapper sdk is a nonce account nft mint tool!

NPM Package NPM Downloads Stars License

Table of Contents:

📦 Getting Started

Installation

NPM

npm install nonci

Yarn

yarn add nonci

PNPM

pnpm install nonci

Usage

// 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

✅ Contributing

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.

👨🏻‍💻 Builders

Twitter Twitter

📄 License

This repository is available under the MIT License.

Releases

No releases published

Packages

No packages published