Skip to content

Releases: oxydev/SubsCrypt-npm-library

SubsCrypt v0.3.1

26 Oct 00:19
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.3.0

25 Oct 22:07
fdf5f68
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.2.6

09 Sep 12:06
26333f9
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.2.5

04 Sep 19:31
847e53d
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.2.3

11 Aug 10:07
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.2.2

08 Aug 14:25
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.2.1

08 Aug 14:22
4949ce0
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.2.0

06 Aug 15:26
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

SubsCrypt v0.1.7

02 Aug 11:25
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

Important Note

You have to ssh to our server which has a running canvas node on it. However, if you don't have access to the server, please contact me to give you access:)

ssh -A root@myserver -L localhost:8000:localhost:8000 -L localhost:9615:localhost:9615 -L localhost:9944:localhost:9944

SubsCrypt v0.1.6

02 Aug 11:22
Compare
Choose a tag to compare

SubsCrypt-npm-library

npm
Test status
npm module downloads

Import Package

We have made this wrapper over SubsCrypt contract to make uses of our api easier.
You have to option right now, either you can use the latest version of code on repo or use the npm package on npm repository which is the latest version of this repo's release.

  • Clone the repo and add this to package.json of your project.
    "@oxydev/subscrypt": "file:../SubsCrypt-npm-library",
    
  • Or run this command, and then you can use latest SubsCrypt npm package
    yarn add @oxydev/subscrypt
    

Use Package in your project

import subscrypt from '@oxydev/subscrypt';

or

const subscrypt = require('@oxydev/subscrypt');

Now you can easily use the SubsCrypt library to get data from blockchain. Below are some examples:

console.log(await subscrypt.getPlanData('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.checkSubscription('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym','5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym', 2));

console.log(await subscrypt.retrieveWholeDataWithPassword('5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym',"token", "pass_phrase"));

More Samples will be added to the documents of project here.

Use SubsCrypt CLI

Install package

npm install -g @oxydev/subscrypt

Use CLI

subscrypt --version

Docs

You can access the docs here

Important Note

You have to ssh to our server which has a running canvas node on it. However, if you don't have access to the server, please contact me to give you access:)

ssh -A root@myserver -L localhost:8000:localhost:8000 -L localhost:9615:localhost:9615 -L localhost:9944:localhost:9944