0.1.2 • Published 6 years ago
basquiatjs v0.1.2
BasquiatJS
A browser-ready implementation of basquiat.
You can find a live demo here!
Building
The ipfs node daemon must be running.
$ git clone https://github.com/ellttBen/basquiatJS.git
$ cd basquiatJS
$ npm install
$ npm run releaseThe script outputs an ipfs CID which links to a simple in-browser demo.
Known issues
- Basquiat only works in a Secure Context. This means that it should be accessed
through
httpsorlocalhost. In the latest version of the ipfs daemon, accessing content through the local gateway does not satisfy this. To work around this, one should use a public ipfs gateway such as cloudflare-ipfs, making sure to have the ipfs companion extension disabled.