Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mutable File System #31

Open
matthewnanas opened this issue Sep 25, 2024 · 2 comments
Open

Mutable File System #31

matthewnanas opened this issue Sep 25, 2024 · 2 comments
Assignees

Comments

@matthewnanas
Copy link
Member

Library should support read/write to Mutable File System (MFS) on Node similar to extension

  1. Create folder/directory if it does not exist otherwise return none
  2. Add ability to pin to MFS
@matthewnanas matthewnanas self-assigned this Sep 25, 2024
@matthewnanas
Copy link
Member Author

@SethDocherty When you get the time, feel free to take a look at d49ad49, creating folder(s) will exist within the Web3 class. Copying an asset to MFS will live in the Asset class through copy_to_mfs

@SethDocherty
Copy link
Member

SethDocherty commented Nov 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants