d0x-INFRA icon indicating copy to clipboard operation
d0x-INFRA copied to clipboard

Tutorials and explanations of d0x-INFRA

Results 6 d0x-INFRA issues
Sort by recently updated
recently updated
newest added

Create CLJS wrapper (cljs-orbit-db) for https://github.com/orbitdb/orbit-db API is here https://github.com/orbitdb/orbit-db/blob/master/API.md Probably you'll need to create cljsjs of the library first. Primarily we wanna use https://github.com/orbitdb/orbit-db-eventstore but looks like all db...

The development environment within ethlance (newlance branch) and a few of the recently updated district components make use of a Makefile to combine common commandline operations for development. The documentation...

enhancement

Consider pros and cons of 2 Ethereum libraries: https://github.com/ethers-io/ethers.js https://github.com/ethereum/web3.js Present points to all other devs and we'll make decision which one to use for https://github.com/district0x/cljs-web3

Create library for most common form components called `district-ui-component-form`, where each component will have namespace such as: `district.ui.component.form.input` `district.ui.component.form.select` ... Blend in code we already have at: https://github.com/district0x/district-ui-component-input

After https://github.com/district0x/d0x-INFRA/issues/2 is done, create re-frame effects for working with [js-ipfs-api](https://github.com/ipfs/js-ipfs-api), similar to [re-frame-web3-fx](https://github.com/district0x/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...

Create wrapper library for easier working with [js-ipfs-api](https://github.com/ipfs/js-ipfs-api), similar to [cljs-web3](https://github.com/district0x/cljs-web3/). Let's call it `cljs-ipfs-api`. This lib should mainly do: * Split library into namespaces: For example `ipfs.files.add` function, will...