1.1.3 • Published 12 months ago

utitlity-beta v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Utility.ai

The most evolved web3 development platform. Everything you need to build & scale decentralized applications and games with ease.

Installation

Install this package

  npm i utitlity-beta

Usage/Examples

Require package:

const Utility = require("utitlity-beta");

Initialize:

const myUtility = new Utility("ENTER API KEY");
myUtility.init();

Function call:

myUtility.getSignature("wallet address", "message")
    .then(data => {
        console.log("Signature => ", data);
    })
    .catch(err => {
        console.log(err);
    })
1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago