BidBoard is a sample project demonstrating how to deploy a smart contract on the Mode Network testnet and interact with it on the frontend using ethers.js. The project showcases a simple web application where users (advertisers) can bid a higher amount than the previous advertiser to change the content on the advertising board.
To get started with BidBoard locally, follow these steps:
- Clone the repository:
bashCopy code
git clone [email protected]:joshuanwankwo/mode_testnet.git
- Change directory into
bidboard-ui
:
bashCopy code
cd bidboard/bidboard-ui
- Install the dependencies:
bashCopy code
npm install
- Start the application:
bashCopy code
npm start
The smart contract for BidBoard is deployed on the Mode Network testnet.
- Contract Address:
0x7215c347458DB86531f3c4Cae1c60c0B93e435Ce
- Explore the smart contract: Mode Testnet Explorer
If you don't want to set up the project locally, you can try out the live demo: BidBoard Webapp
For more information about the project, please check out the GitHub repository and explore the hosted webapp.