0.6.11 • Published 1 year ago

vinupay.js v0.6.11

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

VinuPay.js 🐶

VinuPay.js is a JavaScript library for VinuPay.

Installation 💾

Use the package manager npm to install VinuPay.js.

npm install vinupay.js

Usage 💻

ES6 🐝

import VinuPay from 'vinupay.js/offchain.js'
// Or the main version
// import VinuPay from 'vinupay.js'

// Create the instance
const Client = new VinuPay("https://node-vite.imal.dev");

// Check how many merchants were created.
Client.getRegisteredNamesCount().then((res) => {
    console.log(`A total of ${res} merchants were created.`);
});

CommonJS 🐱

const VinuPay = require("vinupay.js/offchain.js").default;
// Or the main version
// const VinuPay = require("vinupay.js").default;

// Create the instance
const Client = new VinuPay("https://node-vite.imal.dev");

// Check how many merchants were created.
Client.getRegisteredNamesCount().then((res) => {
    console.log(`A total of ${res} merchants were created.`);
});

Updates 📡:

  • Soon

Contributing 🎉

Pull requests are welcome on our GitHub. For major changes, please open an issue first to discuss what you would like to change.

Documentation 📚 (Work in Progress 🚧)

Documentation for both VinuPay and VinuPay.js can be found here.

Credits 🎩

VinuPay.js is created by iMalFect

License 📜

VinuPay.js is licensed under GNU GPLv3

0.6.11

1 year ago

0.5.76

1 year ago

0.5.77

1 year ago

0.5.74

1 year ago

0.5.75

1 year ago

0.5.70

1 year ago

0.5.71

1 year ago

0.6.1

1 year ago

0.5.69

1 year ago

0.5.68

1 year ago

0.5.67

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago