VasilyGerrans / chainlink-fall-2021-hackathon

Frontend snippets of our Chainlink Fall 2021 hackathon submission.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MELTDOWN

This dapp hosts, displays, and allows interactions with NFT candle auctions on the Ethereum Kovan and Mainnet blockchains.

Read more about candle auctions.

Read more about the utility of candle auctions on the blockchain.

Getting Started

npm is the primary package manager used in the development of this project, so it is recommended to use it over yarn.

Once you've cloned the repository, run

npm install

to install all dependencies. Once your download is complete, run

npm start

to start up the development server on port 3000. Run

npm run build

to build an optimized production server.

This project is built using create-react-app, which you can read up on here.

About

Frontend snippets of our Chainlink Fall 2021 hackathon submission.


Languages

Language:JavaScript 90.4%Language:CSS 6.7%Language:HTML 2.9%