1.1.0 • Published 2 years ago

notiboy-js-sdk v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

notiboy-js-sdk

The official JavaScript library for sending, receiving and storing on-chain notifications on algorand blockchain via notiboy smart contract.

Installation

Node.js

npm install notiboy-js-sdk

Import

ESM import

import algosdk from "algosdk";
import Notiboy from "notiboy-js-sdk";

CJS require

const algosdk = require('algosdk');
const Notiboy = require('notiboy-js-sdk').default;

Quick Start

const client = new algosdk.Algodv2("", "https://mainnet-api.algonode.cloud", "");
const indexer = new algosdk.Indexer("", "https://mainnet-idx.algonode.cloud", "");
const notiboy = new Notiboy(client, indexer);

SDK Development

Building

To build a new version of the library, run:

npm run build

Node.js

To run the mocha tests in Node.js, run:

npm run test

Example

Documentation with further explanation and examples can be found in Docs

Example implementation of the SDK can be seen in this vue.js webApp

License

notiboy-js-sdk is licensed under an MIT License. See the LICENSE file for details.

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.0.3

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago