This repository is an NPM Workspace (i.e Mono-Repo) that contains the code of the following NPM Packages that can be used to interact with the Fragnova Blockchain:
- @fragnova/types: Polkadot.js Type Definitions (https://polkadot.js.org/docs/api/examples/promise/typegen/) of the Fragnova Blockchain
- @fragnova/api: The API object (https://polkadot.js.org/docs/api) that can be used to interact with the Fragnova Blockchain
- @fragnova/sdk: SDK for interacting with the Fragnova Blockchain
To build the NPM Packages in this Mono-Repo, you must go to the root directory of this repository and run the following command:
npm install && npm run build