ramble
v0.3.6
Published
IPFS/Ethereum adapter
Downloads
14
Readme
Ramble
Ramble is an IPFS/Ethereum adapter. It is set up to handle basic decentralized comments and metadata. It uses an Ethereum contract for lookups and IPFS for distributed data storage.
Usage
$ npm install ramble
To use Ramble in Node.js, simply require it:
var ramble = require("ramble");
A minified, browserified file dist/ramble.min.js
is included for use in the browser. Including this file attaches a ramble
object to window
:
<script src="dist/ramble.min.js" type="text/javascript"></script>
Tests
$ mocha