This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from argoapp-live/dev
- Loading branch information
Showing
20 changed files
with
16,440 additions
and
1,915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from './payment'; | ||
export * from './subscription'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.