https://github.com/raed667/ether-auction
Auction app using Ethereum, IPFS and React
https://github.com/raed667/ether-auction
Last synced: about 2 months ago
JSON representation
Auction app using Ethereum, IPFS and React
- Host: GitHub
- URL: https://github.com/raed667/ether-auction
- Owner: raed667
- Created: 2020-02-09T11:43:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T20:28:20.000Z (over 3 years ago)
- Last Synced: 2025-02-03T17:06:07.836Z (4 months ago)
- Language: JavaScript
- Homepage: https://ether-auction.now.sh/
- Size: 498 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ether Auction
> Auction app based on Ethereum, IPFS and React
## Slides
Here is the [link to the slides](https://docs.google.com/presentation/d/1xIQnX_oTiSEOgbUxta0uJiOcrnMA212p8mZl2_NLMtA/edit?usp=sharing).
## Setup
- Setup [Metamask addon](https://metamask.io/) and create an account.
- On Metamask, select `Kovan test network`.
- Visit https://ether-auction.now.sh and the home-page shouold display a number of items.
- Go to https://faucet.kovan.network and using your Github account (and the address of your wallet on Metamask) you can get free coins.## To run the project locally
Clone or download this repository locally and and then run:
```sh
$ yarn
$ yarn start
```# Troubleshooting
If you have any issue with the project, open an issue or send me a direct message.