Skip to main content

Typescript

NameValue
Repositoryhttps://github.com/anagolay/anagolay-js-sdk
LicenseAGPL

pipeline status

Anagolay SDK banner

Anagolay Network JS/TS SDK for lazy devs šŸ‘©ā€šŸ’»šŸš€šŸ‘Øā€šŸ’»ā€‹

This is the monorepo for ALL Anagolay packages. This includes the following list:

  1. Anagolay Network CLI located under <root>/sdk/cli
  2. Anagolay Network Types located under <root>/sdk/types
  3. All utils are located under <root>/sdk/utils
  4. 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