sbalakr2 / makerjs

High-level javascript library to interact with MakerDao smart contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakerDAO Exchange Integration

tests coverage

A toolkit for easy integration of MakerDAO smart contract functionality with external platforms.

If you're a cryptocurrency exchange looking to add leveraged ETH positions through distributed DAI lending to your platform, you're in the right place.

This library aims to support a wide range of platform architectures; from fully decentralized with immediate on-chain settlement, to centralized exchange architectures with internal settlement services.

Prerequisites

node npm

Features

Start Dev Server

  1. git clone https://github.com/makerdao/makerdao-integration-poc
  2. Run npm install
  3. Start the dev server using npm start
  4. Open http://localhost:9000

Commands

  • npm start - start the dev server
  • npm run build - create build in dist folder
  • npm run lint - run an ESLint check
  • npm run coverage - run code coverage and generate report in the coverage folder
  • npm test - run all tests
  • npm run test:watch - run all tests in watch mode

testing Adding TravisCI testing

License

makerdao-exchange-integration is available under MIT.

This project was built on the excellent webpack-es6-boilerplate.

About

High-level javascript library to interact with MakerDao smart contracts

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:Makefile 0.1%Language:CSS 0.0%