Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 901 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 901 Bytes

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