A companion app to a tutorial I'm writing (in progress) on hackmd.io, where I introduce web3 concepts by building a progressively more complex version of Twitter, completely on chain! - will be out SOON!
This app is based on the awesome scaffold by Chase Fleming which includes stuff like:
- FCL setup and configuration for all networks
- Discovery for wallet integration (including Emulator)
- Flow.json loading for contract placeholders
- Authentication
- CDC file loader
- Custom hooks
npm iIn one terminal, run emulator:
flow emulator startThen, in another terminal, run Dev Wallet:
flow dev-walletnpm run dev:local:deploy