Skip to content

KARINE001/Bidboard-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BidBoard

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.

Quick Start

To get started with BidBoard locally, follow these steps:

  1. Clone the repository:

bashCopy code

git clone [email protected]:joshuanwankwo/mode_testnet.git

  1. Change directory into bidboard-ui:

bashCopy code

cd bidboard/bidboard-ui

  1. Install the dependencies:

bashCopy code

npm install

  1. Start the application:

bashCopy code

npm start

Smart Contract

The smart contract for BidBoard is deployed on the Mode Network testnet.

Live Demo

If you don't want to set up the project locally, you can try out the live demo: BidBoard Webapp

More Information

For more information about the project, please check out the GitHub repository and explore the hosted webapp.

About

Mode Network BidBoard app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages