Mechanical Keyboard Builder .Web3
This app lets you create and brag you mechanical keyboard on blockchain!
You can also tip other user's keyboards (and take tips for yours!)
It's using Ethereum testnet (Goerli), so you don't need to spend real money to play with it.
Being deployed, this app is completely serverless and static, all the backend work being processed by smart-contract.
- Node.js
Minimum: 16.x
Recomended: 18.12 or later
Install dependencies
yarn
Set up environment variables as follows:
https://docs.alchemy.com/docs/alchemy-quickstart-guide
NODE_API_URL=""
GOERLI_PRIVATE_KEY=""
hardhat run deploy
For commit lint
yarn prepare
yarn dev
Navigate to http://localhost:3000
yarn test-chain