-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the doc and enabled the simulation
- Loading branch information
1 parent
91eee8b
commit 288c7a9
Showing
32 changed files
with
473 additions
and
208 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,11 +1,19 @@ | ||
# supra-l1-sdk | ||
# Typescript SDK for Supra | ||
|
||
The supra-l1-sdk provides a convenient way to interact with the supra chain and perform operations on supra chain. | ||
The `supra-l1-sdk` provides a convenient way to interact with the supra chain and perform operations on supra chain. It offers a set of utility functions, classes, and types to simplify the integration process and enhance developer productivity. | ||
|
||
**NOTE:** This `sdk` utilizes [aptos-sdk](https://aptos-labs.github.io/ts-sdk-doc/) and expects few things such as `keyPair` of `aptos-sdk` type, so due to this you also have to add `aptos-sdk` in your project. | ||
## Installation | ||
|
||
Install supra-l1-sdk with npm | ||
|
||
```bash | ||
npm install git+https://github.com/Entropy-Foundation/supra-l1-sdk.git | ||
``` | ||
|
||
**NOTE:** This `sdk` utilizes [aptos-sdk](https://github.com/aptos-labs/aptos-core/tree/main/ecosystem/typescript/sdk) and expects few things such as `keyPair` of `aptos-sdk` type, so due to this you also have to add `aptos-sdk` in your project. | ||
|
||
This `sdk` is under development and in future we will try to completely remove dependency from `aptos-sdk` | ||
|
||
## Usage | ||
|
||
This `sdk` is well documented and you can check [./src/example.ts](https://github.com/Entropy-Foundation/supra-l1-sdk/blob/master/src/example.ts) for understating about the usage. | ||
Check [./src/example.ts](https://github.com/Entropy-Foundation/supra-l1-sdk/blob/master/src/example.ts) for understating about the usage. |
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.