Packages

To improve our application’s performance, we made it extensible. Everything from the UI, IPFS connection, and Appchain connection is modular and extensible by other apps to build upon.

@debionetwork/ui-icons

A collection of icons used in DeBio Networks UI apps.

Installation:

$ npm i @debionetwork/ui-icons

Example:

import { icon } from "@debionetwork/ui-icons"
export default {
	data: () => ({ icon })
}

Repository:

@debionetwork/ui-components

DeBio Ui is a collection of components (vue based) jointly developed by the DeBio team, which is intended to make it easier to develop a project without having to re-create your components repeatedly.

Installation:

Example:

Repository:

@debio-network/polkadot-provider

Javascript Library to connect and interact with the DeBio Network blockchain.

Installation:

Example:

Repository:

@debio-network/pinata-ipfs

A small package to help upload files to IPFS using the Pinata API.

Installation:

Example:

Repository:

Last updated

Was this helpful?