fragnova / fragnova.js

JavaScript/TypeScript SDK for the Fragnova Blockchain
1 stars 0 forks source link

fragnova.js

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:

  1. @fragnova/types: Polkadot.js Type Definitions (https://polkadot.js.org/docs/api/examples/promise/typegen/) of the Fragnova Blockchain
  2. @fragnova/api: The API object (https://polkadot.js.org/docs/api) that can be used to interact with the Fragnova Blockchain
  3. @fragnova/sdk: SDK for interacting with the Fragnova Blockchain

Building the NPM Packages

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