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
- Host: GitHub
- URL: https://github.com/chanmo/blind-auction
- Owner: ChanMo
- Created: 2021-12-29T09:55:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T09:56:12.000Z (over 4 years ago)
- Last Synced: 2025-04-01T12:51:06.129Z (about 1 year ago)
- Language: JavaScript
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```