This is a (TestNet) demo web application that lets a user mint an NFT, create an NFT auction, and bid on ongoing auctions. However, this is NOT a complete NFT auction app with all the functionalities you'd expect from a production-level app. This serves purely as a quick demo on interacting with a decentralized application on Algorand with Pera Wallet (Wallet Connect).
This demo uses a smart contract whose source code can be found here.
git clone https://github.com/FinHubSA/nft-auction-demo-site
npm install
, or yarn install
, or pnpm install
npm run dev
, or yarn run dev
, or pnpm run dev
For those attending the FinHub Hack Series and would like to use this repository as inspiration, please note the following considerations (list not exhaustive) you'll have to make in addition to what has already been done:
While you may learn from this repository, your submission must ultimately be original. Please do NOT simply copy and paste large chunks of code from here.