Skip to content

c055/maker-market

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMRKT Header

Stories in Ready Build Status

This is a simple on-chain OTC market for MKR. You can either pick an order from the order book (in which case delivery will happen instantly), or submit a new order yourself.

Maker Market is undergoing alpha testing: Proceed at your own risk, and use only small amounts of ETH and MKR.

Overview

This dapp uses Meteor as frontend; the contract side can be tested and deployed using dapple.

Usage (for Users)

Ensure you have a locally running ethereum node.

Installation (for Developers)

Requirements:

Clone and install:

git clone https://github.com/MakerDAO/maker-market
cd maker-market
git submodule update --init --recursive
npm install
npm run build

Usage (for Developers)

You need to build the JS wrappers for the Dapple contracts:

npm run build

To run the frontend, start meteor:

cd frontend && meteor

If you got the error message File not found: build/maker-otc.js or File not found: build/token-wrapper.js, then you forgot to run the build step from above.

You can access the user interface on http://localhost:3000/

To deploy the frontend to Github Pages:

gulp deploy

Development

This project uses the AirBnB style guide for coding standard guidelines. We use ESLint to automatically check for common code problems or style errors. There's an eslintConfig section in frontend/package.json for the configuration of ESLint. You can run the linter with:

cd frontend
meteor npm run lint

TODOs

See https://waffle.io/MakerDAO/maker-market

Acknowledgements

About

User interface for Maker Market contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.9%
  • HTML 14.8%
  • CSS 7.3%