🧐About

About

CO2.Storage is a decentralized storage solution for structured data based on content addressed data schemas. CO2.Storage primarily focuses on structured data for environmental assets, such as Renewable Energy Credits, Carbon Offsets, and geospatial datasets. This focus stems from our realization that the budding Refi space, and tokenized carbon credits in particular, would benefit from the development of standard data schemas for environmental assets.

The Filecoin Green team is actively working on this project and welcomes contributions from the community.

We are seeking input to encourage standardization and reduce fragmentation of data schemas across the Refi space. To publicly discuss and crowd-source data schemas for CO2.Storage, please visit: CO2.Storage Schemas Repo.

We are also actively seeking input on features from industry participants and interested parties. Please provide your contact information if you'd like to receive updates: CO2.Storage Updates Form.

Data made available through CO2.storage is provided by users, and not verified by Filecoin Green.

Data Primitives

If you're looking for information on primitives to use for writing schemas, check out the Template Author's Guide.

CO2.Storage maps inputs to base data schemas (IPLD DAGs) for off-chain data (like metadata, images, attestation documents, and other assets) to promote the development of standard data schemas for environmental assets.

With IPLD DAGs, data is content addressed using IPFS, meaning the URI pointing to a piece of data (β€œipfs://…”) is completely unique to that data (using a content identifier , or CID). CIDs can be used for environmental assets and metadata to ensure the asset forever actually refers to the intended data (eliminating things like double counting, and making it trustlessly verifiable what content an asset is associated with). These standard, content addressed, data schemas will also enable more seamless cross-referencing for missing data and meta-analysis of different assets/credits, as well as help expedite the development of new forms of methodologies, supply, and marketplaces.

CO2.Storage currently has a feature rich UI and a Javascript API. Additionally, we’ll soon release a Go API and Go Indexer. The CO2.Storage UI currently supports multiple data types, including (but not limited to):

-> int, integer

-> decimal, float

-> str, string

-> txt, text, textarea

-> bool, boolean

-> date (single date)

-> dates (multiple dates)

-> datetime (single datetime)

-> datetimes (multiple datetimes)

-> daterange (date range)

-> datetimerange (datetime range)

-> array (lists)

-> images (Images)

-> documents (Documents)

These data types correspond to the Form Element case statements here. If your schema requires data types that are not currently supported, please request for a new data type by emailing green@filecoin.org.

Last updated