Skip to content

Anagolay Network Javascript SDK written in Typescript. This repo will contain the bindings to Anagolay Network with the sane defaults for pallet usage

License

Notifications You must be signed in to change notification settings

anagolay/anagolay-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

851641b Β· Dec 18, 2023
Jan 23, 2023
Nov 12, 2022
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Mar 2, 2022
Jan 23, 2023
Jan 23, 2023
May 25, 2021
Nov 12, 2022
Apr 18, 2022
Jan 23, 2023
Nov 12, 2022
Jan 23, 2023
Nov 12, 2022
Jan 23, 2023
Mar 10, 2022
Mar 2, 2022
Dec 18, 2023
Sep 16, 2022
Nov 5, 2022
Jan 23, 2023
Jan 23, 2023
Nov 1, 2022
Nov 1, 2022
Jan 23, 2023

Repository files navigation

pipeline status coverage report

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 JS SDK located under <root>/libraries/api
  2. Anagolay Network CLI located under <root>/tools/cli
  3. Anagolay Network Types located under <root>/libraries/types
  4. All utils are located under <root>/tools/utils
  5. Anagolay Application is located in <root>/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:

libraries/cli

Generic CLI for Anagolay Network. Current use is limited only to the creation of default operations.

libraries/types

Building

# first you want to install all the deps
rush update
# this will fix the sdk and operations source files
rush build