https://github.com/mmsesay/mechanical-keyboards
A web app that will allow you to create an on-chain mechanical keyboard, view other users' keyboards, and send an ETH tip to your favorites!
https://github.com/mmsesay/mechanical-keyboards
daps smart-contracts solidity web3
Last synced: about 1 month ago
JSON representation
A web app that will allow you to create an on-chain mechanical keyboard, view other users' keyboards, and send an ETH tip to your favorites!
- Host: GitHub
- URL: https://github.com/mmsesay/mechanical-keyboards
- Owner: mmsesay
- Created: 2022-04-15T00:05:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T18:36:22.000Z (about 4 years ago)
- Last Synced: 2025-09-26T10:38:31.842Z (9 months ago)
- Topics: daps, smart-contracts, solidity, web3
- Language: JavaScript
- Homepage: https://mechanical-keyboards.vercel.app/
- Size: 39.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mechanical-Keyboard
> A web app that will allow you to create an on-chain mechanical keyboard, view other users' keyboards, and send an ETH tip to your favorites!
Screenshot|
:--------:|

### **Welcome!**
To get started with this project, clone this repo and follow these commands:
- Run the frontend
1. Run `npm install` at the root of your directory
2. Run `npm run dev` to start the project
3. Start coding!
- Run the smart contract
npx hardhat run scripts/run.js
👤 **Muhammad Sesay**
- GitHub: [@mmsesay](https://github.com/mmsesay)
- Twitter: [@DeeMaejor](https://twitter.com/DeeMaejor)
- LinkedIn: [LinkedIn](https://linkedin.com/in/muhammad-m-sesay)
### Acknowledgments
- [pointer.gg](https://www.pointer.gg/) for providing this awesome tutorial on how to get started with building a Web3 App with solidity + Ethereum Smart Contracts