1.0.2 • Published 5 years ago

ethmimo v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ethmimo

The JS library for the Mimo protocol. Use it to build third-party apps for Mimo.

Install

npm install ethmimo

Quick Start

How to setup Mimo

const initMimo = require('ethmimo');
const IPFS = require('ipfs');

// set up necessary nodes
const ipfs = new IPFS();

// Set up Mimo
const mimo = await initMimo(ipfs);

Documentation

Documentation coming soon :)

Contributing

Please DM me on Twitter (@ghiliweld) if you're interested in helping, my DMs are open!

PRs are open too!

License

MIT © 2018 Ghilia Weldesselasie