simple auction application
A dApp where you can participate and create your own auctions.
For this implementation, A user can create only one active auction at a time.
Below you'll find instructions on how setting up this dapp locally.
Here are some packages you need to have installed on your PC:
-
npm install -g @cartesi/cli
- Clone this repo
git clone https://github.com/Emmo00/auctioneer.git
- Install NPM packages
yarn install
- Build and run the dapp via
cartesi-cli
andcartesi build
cartesi run
Here you can access the examples of dapp communication and resources consume.
There are these resources available on this dapp:
Creates an auction with the user's address
Updates the active amount for an auction. this changes the bid amount of an auction to 7/4 of the original amount and sets the active bidder
lists all the auctions on the dApp
Shows the details of an auction. owner, activeAmount and ActiveBidder
MIT License