Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Update name of library to new one
Browse files Browse the repository at this point in the history
  • Loading branch information
rekpero committed Oct 4, 2022
1 parent 9414789 commit 2f3a494
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 43 deletions.
65 changes: 27 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,34 @@
```
__
| \
______ ______ __ __ ______ ____ ______ _______ _| $$_ _______ __ _______
/ \ | \ | \ | \| \ \ / \ | \| $$ \ / \ | \ / \
| $$$$$$\ \$$$$$$\| $$ | $$| $$$$$$\$$$$\| $$$$$$\| $$$$$$$\\$$$$$$ | $$$$$$$ \$$| $$$$$$$
| $$ | $$ / $$| $$ | $$| $$ | $$ | $$| $$ $$| $$ | $$ | $$ __ \$$ \ | \ \$$ \
| $$__/ $$| $$$$$$$| $$__/ $$| $$ | $$ | $$| $$$$$$$$| $$ | $$ | $$| \ _\$$$$$$\ __ | $$ _\$$$$$$\
| $$ $$ \$$ $$ \$$ $$| $$ | $$ | $$ \$$ \| $$ | $$ \$$ $$| $$| \ | $$| $$
| $$$$$$$ \$$$$$$$ _\$$$$$$$ \$$ \$$ \$$ \$$$$$$$ \$$ \$$ \$$$$ \$$$$$$$ \$$__ | $$ \$$$$$$$
| $$ | \__| $$ | \__/ $$
| $$ \$$ $$ \$$ $$
\$$ \$$$$$$ \$$$$$$
```
#### Typescript library for working with the Payment Contracts in ArGo
# Desub.JS

#### Typescript library for working with the decentralised subscription contracts in Spheron

> Important Notice: ArGo is in its Beta stage. If you have a suggestion, idea, or find a bug, please report it! The ArGo team will not be held accountable for any funds lost.
## About Spheron

## About ArGo
ArGo is a simple & powerful platform to deploy your frontend app to Decentralised Storage Protocols where your app will live for eternity.
Spheron is a marketplace to access all your web3 infrasructures.

## Build argo-payments-js
Follow below steps to build argo-payments-js in local
## Build desub-js

Follow below steps to build desub-js in local

> Note: Our current latest stable branch is Master. After clone make sure you are on master branch
- Clone argo-payments-js code into your local by using `git clone https://github.com/argoapp-live/argo-payments-js.git`
- Install packages using either yarn or npm from root folder `yarn` or `npm install`
- Run `yarn build` or `npm run dev`


## Run argo-payments-js tests
- Clone argo-payments-js code into your local by using `git clone https://github.com/argoapp-live/argo-payments-js.git`
- Install packages using either yarn or npm from root folder `yarn` or `npm install`
- Make sure you add all the values in `.env` file before running tests.
- Run `yarn test` or `npm test`.
- A sample env file would look like
```
COINMARKETCAP_KEY="COINMARKET_CAP_API_KEY"
BICONOMY_KEY="BICONOMY_API_KEY"
MNEMONIC_TEST="MNEMONIC_FOR_ACCOUNT"
RPC_ENDPOINT="JSON_RPC_ENDPOINT_FOR_ETHEREUM_NETWORK"
- Clone desub-js code into your local by using `git clone https://github.com/argoapp-live/desub-js.git`
- Install packages using either yarn or npm from root folder `yarn` or `npm install`
- Run `yarn build` or `npm run build`

## Run desub-js tests

- Clone desub-js code into your local by using `git clone https://github.com/argoapp-live/desub-js.git`
- Install packages using either yarn or npm from root folder `yarn` or `npm install`
- Make sure you add all the values in `.env` file before running tests.
- Run `yarn test` or `npm test`.
- A sample env file would look like

```
COINMARKETCAP_KEY="COINMARKET_CAP_API_KEY"
BICONOMY_KEY="BICONOMY_API_KEY"
MNEMONIC_TEST="MNEMONIC_FOR_ACCOUNT"
RPC_ENDPOINT="JSON_RPC_ENDPOINT_FOR_ETHEREUM_NETWORK"
```
> Note: you can ping us on discord and we will be happy to share our .env file with you

> Note: you can ping us on discord and we will be happy to share our .env file with you
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@spheron/payment-js",
"name": "@spheron/desub-js",
"version": "2.0.0",
"description": "Typescript library for working with the Subscription Contracts in Spheron",
"description": "Typescript library for working with the decentralised subscription contracts in Spheron",
"main": "build/index.js",
"types": "build/index.d.ts",
"author": "Spheron Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/argoapp-live/argo-payments-js/issues"
"url": "https://github.com/argoapp-live/desub-js/issues"
},
"homepage": "https://github.com/argoapp-live/argo-payments-js#readme",
"homepage": "https://github.com/argoapp-live/desub-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/argoapp-live/argo-payments-js.git"
"url": "git+https://github.com/argoapp-live/desub-js.git"
},
"keywords": [
"Spheron",
Expand Down

0 comments on commit 2f3a494

Please sign in to comment.