-
Notifications
You must be signed in to change notification settings - Fork 29
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
I want to be able to store my local data #152
Comments
I have met @RachBLondon from 3Box. They have been developing a wrapper to easily use IPFS. |
@christianbrb happy to set up a call if thats useful |
We check with Rachel how easy it is to set this up and create a new issue for the 3Box integration. First step: Upload:
Prototype: Web-UI Address Book |
This depends on #614 |
Ok, now that the above issue is solved, this can be implemented:
const raiden = await Raiden.create(provider, account, { storage: window.localStorage, state: 'json file string' }, ...); |
Currently looking at an initial design solution for this. |
User Story
As Chris, I want to be able to store my local data so that I can restart in another browser or on another machine.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: