0.1.2 • Published 4 years ago

basquiatjs v0.1.2

Weekly downloads
10
License
-
Repository
-
Last release
4 years ago

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 release

The 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 https or localhost. 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.