1.1.0 • Published 1 year ago

notiboy-js-sdk v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.0.3

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago