Awesome
frontend
how to claim a stark mfer
- you will need an Argent X wallet. If you don't have one, download https://www.argent.xyz/argent-x/ and create a wallet
- get goerli testnet ETH for the Starknet by inputting your address from Argent X in: https://faucet.goerli.starknet.io/
- navigate to https://stark-mfers.vercel.app/
- connect your wallet
- mint a stark mfer
local development
- clone this repo
- run in your shell
yarn install
yarn dev
# navigate to <http://localhost:3000/>
more work
- display the current price of an mfer (@rootulp blocked)
- display number of mfers left
- implement disconnect wallet (seems tricky b/c no
disconnect
function in@starknet-react/core
) - add a chart that displays historical purchase prices (by looking at the
purchase_event
events)