- f776f3f: - feat: renaming templates into apps (#80)
- feat: reversed the memos order (1203109).
- feat: replaced Infura with Alchemy (7ecd7ee).
- feat: did some nice styling on
AccountConnectButton
. - feat: started a shared onchain types file.
- fix: got Base Goerli working properly again.
- chore: update viem and clean up yarn.lock.
- chore: moved a few of the common functions inside the utils folder.
- feat: replaced RainbowKit with Coinbase Wallet SDK 💙 (734c828)
- feat: started shaping
AccountConnectButton
onchain component
- feat: added some nice Linting for import/order (a77dc73)
- feat: added onchain/ folder to keep nice and neat all Onchain TS specific code
- feat: added NEXT_PUBLIC_INFURA_ID in .env.example
- chore: moved the code a bit around, so all Onchain code is mostly in one folder
- fix: polish README and fix a few console errors (1eac3f8)
- feat: moved templates created inside apps/ #59
- fix: bin path pointing to wrong folder.
- fix: CLI broken by missing dist files
- chore: release CLI
- feat: new build-onchain-apps CLI for onchain app creation
- chore: Added some extra context in the README.md
- feat: adding buy me a coffee feature for demo reading from smart contract #7
- chore: added lint checks as script and in CI #11 (#18)
- chore: setup Github Actions format workflow #12
- chore: added prettier and did a nice first run ✨ #2 (#14)
- docs added Documentation Request template #4 (#6)
- chore setup initial scaffolding