This is the monorepo for ALL Anagolay packages. This includes the following list:
- Anagolay Network JS SDK located under
<root>/libraries/api
- Anagolay Network CLI located under
<root>/tools/cli
- Anagolay Network Types located under
<root>/libraries/types
- All utils are located under
<root>/tools/utils
- Anagolay Application is located in
<root>/app
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
# first you want to install all the deps
rush update
# this will fix the sdk and operations source files
rush build