βš’οΈUI: Getting Started

How-To

To use the UI, simply visit CO2.Storage and begin testing the functionality. To use the API, install the package with this command:

npm i @co2-storage/js-api

The API and UI enable users to create new environmental asset templates (or schemas), or clone existing templates. After defining or choosing a template (schema), users can then create individual assets based on these schemas.

CO2.Storage also natively supports wallet connect functionality. The primary reason for this functionality is to associate creators with the schemas and assets themselves. In the future, we’d like CO2.Storage to be governed by a Data DAO, and would like for creators to be rewarded for schema and asset usage.

CO2.Storage supports a rich template creation engine, in both the UI and API, which enables users to quickly define various fields and data types for their schema and assets.

Every time a user defines a schema or asset and creates it, the data is uploaded to Filecoin and IPFS. Once uploaded, the data schema, assets, and relevant details are viewable on the CO2.Storage asset previewer and IPLD Explorer.

Currently, this data is stored on Filecoin/IPFS via Estuary. However, in the near future, we will offer alternative storage options built on our own decentralized infrastructure to ensure maximum uptime and timely retrieval. To develop this decentralized infrastructure, we are actively seeking input from Filecoin Storage Providers.

If this is of interest to you, please reach out by emailing green@filecoin.org.

Last updated