Open matthewnanas opened 2 months ago
@SethDocherty When you get the time, feel free to take a look at d49ad49e5670326f7389b0eed157069ac4541ccc, creating folder(s) will exist within the Web3 class. Copying an asset to MFS will live in the Asset class through _copy_to_mfs_
Details in this issue inspired some of the additions to the library.
A user now has the option to add content to an MFS folder via the uploadToIPFS
method with the mfs_path
parameter.
Once content is added to MFS, it's discoverable via the files ls command. A feature we'll be adding is the ability to copy an existing DAG (either stored on your local node or IPFS network) to the MFS.
Library should support read/write to Mutable File System (MFS) on Node similar to extension