An open API service indexing awesome lists of open source software.

https://github.com/chanmo/blind-auction

Blind Auction Dapp
https://github.com/chanmo/blind-auction

Last synced: about 1 year ago
JSON representation

Blind Auction Dapp

Awesome Lists containing this project

README

          

# BlindAuction

## Depends on

* truffle
* ganache-ui
* ethers
* react
* @mui/material

## Getting started

```
$ git clone https://github.com/ChanMo/blind-auction
$ cd simple_auction
$ npx ganache-cli # or use ganache-ui
$ npx truffle build
$ npx truffle migrate
$ cd client
$ npm install
$ npm run start

```