We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #2 is done, create re-frame effects for working with js-ipfs-api, similar to re-frame-web3-fx. Let's call it re-frame-ipfs-fx.
re-frame-ipfs-fx
We'll need effects only for files part of the library.
files
For example effect for ipfs.files.add might look like:
ipfs.files.add
(reg-event-fx ::my-event (fn [] {:ipfs.files/add {:files files :options options :on-success [::on-success] :on-error [::on-error]}}))
This lib should be fully documented in repo's README. This lib should be fully tested, with tests runnable with travis.
The text was updated successfully, but these errors were encountered:
wambat
No branches or pull requests
After #2 is done, create re-frame effects for working with js-ipfs-api, similar to re-frame-web3-fx.
Let's call it
re-frame-ipfs-fx
.We'll need effects only for
files
part of the library.For example effect for
ipfs.files.add
might look like:This lib should be fully documented in repo's README.
This lib should be fully tested, with tests runnable with travis.
The text was updated successfully, but these errors were encountered: