nonci
v0.2.0
Published
wrapper sdk for nonci api
Downloads
9
Readme
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
📄 License
This repository is available under the MIT License.