co2-storage
co2-storage copied to clipboard
We need a function in [FGStorage](https://github.com/protocol/co2-storage/blob/main/js-api/src/js/storage/FGStorage.js#L2918) that does this: input a pipeline CID or a pipeline IPLD object Steps through all of the elements in the function and data grids...
https://json-schema.org/
`get_versions (input_CID, [wallet_addresses])` input_CID can be any data structure (asset, type, function, pipeline) wallet_addresses is a set of addresses you trust to re-version if empty, only return your versions if...
Currently co2.storage only supports Metamask login. Add the ability to: - Create a login based on a UCAN or DID - Use this to issue a login token for the...
When a user is creating [an asset](https://www.co2.storage/assets), add a button next to "Create" to create a private asset. The asset itself and template will be public, but the data will...
We need a system to input data into a function, run the function, and have the output be saved as an asset on CO2.Storage. The UI should look like the...
Add a delete button to the interface If a user deletes an asset or template that they created, it should be removed from the interface and not pinned to IPFS...
Define dashboard.co2.storage/ The CID is a dashboard type with the following attributes: { Image: header image for the dashboard Title: title to display on top of the dashboard Description: message...
Allow a user to clone a template on another indexing chain (same CID, referenced by two different chains)
Need to define the minimal interfaces for a wallet to connect with CO2.storage, and add assets / types / provenance. Increasingly, developers are interested in contributing by writing their own...