An open API service indexing awesome lists of open source software.

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!

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|
:--------:|
![](./public/screenshot/mechanical-keyboard.png)

### **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