Typescript
Name | Value |
---|---|
Repository | https://github.com/anagolay/anagolay-js-sdk |
License | AGPL |
Anagolay Network JS/TS SDK for lazy devs š©āš»ššØāš»ā
This is the monorepo for ALL Anagolay packages. This includes the following list:
- Anagolay Network CLI located under
<root>/sdk/cli
- Anagolay Network Types located under
<root>/sdk/types
- All utils are located under
<root>/sdk/utils
- Anagolay Application is located in
<root>/apps/app
Developmentā
We are using VSCode as our main IDE and for that reason, we are including the recommended extensions and settings that will help you get started.
The structure is following:
sdk/cli
Generic CLI for Anagolay Network. Current use is limited only to the creation of default operations.
sdk/types
Buildingā
# first you want to install all the deps
rush update
# this will fix the sdk and operations source files
rush build
APIā
API package based on polkadot-js API