Skip to content

DAOcommunity/token-auction-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

331 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready

"Token Auction GUI" is a simple frontend for the Token Auction project.

It is a basic, read-only frontend that displays all auctions and auctionlets present on a specified AuctionManager. The list is updated in real-time. There is no bidding, claiming functionality etc.

Overview

This dapp uses Meteor.

Installation

Requirements:

  • meteor curl https://install.meteor.com/ | sh
  • Global meteor-build-client, npm install -g meteor-build-client

Clone and install:

git clone https://github.com/makerdao/token-auction-gui
cd token-auction-gui
npm install
gulp build

Usage

cd frontend && npm run start

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

To deploy the frontend to Github Pages:

gulp deploy

The deployed frontend can be found at: http://makerdao.com/token-auction-gui/. There is also a test instance maintained by @reverendus deployed at http://token-auction-gui.surge.sh/.

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

About

Frontend for ERC20 token auction contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • HTML 25.5%
  • CSS 6.2%