dfinity / agent-js

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.

Home Page:https://agent-js.icp.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate AssetManager to @dfinity/assets

sea-snake opened this issue · comments

Currently there's the AssetManager implementation available here.

This issue is regarding improving on this implementation and moving it to @dfinity/assets.

The AssetManager has list, store, delete, get, batch and clear methods to manage assets in an asset storage canister.