Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aviate-labs/asset-storage.poc

Interface of the Asset Storage Canister
https://github.com/aviate-labs/asset-storage.poc

Last synced: about 2 months ago
JSON representation

Interface of the Asset Storage Canister

Lists

README

        

# Asset Storage Interface

You can find an example implementation in [example/src](./example/src).

## References

### certified-assets

A re-implementation of the DFX assets canister in Rust with support for asset certification.

- [certified-assets](https://github.com/dfinity/certified-assets)

### icx-proxy

A command line tool to serve as a gateway for a Internet Computer replica.

- [icx-proxy/src](https://github.com/dfinity/agent-rs/blob/main/icx-proxy/src/main.rs)

### `http_request` Interface

- [ic_utils/interfaces](https://github.com/dfinity/agent-rs/blob/main/ic-utils/src/interfaces/http_request.rs)
- [docs.rs](https://docs.rs/ic-utils/0.5.0/ic_utils/interfaces/http_request/struct.HttpRequestCanister.html)