create-web3-frontend

The fastest way to get started with a fully-fledged web3 frontend

Downloads
44
Stars
171
Committers
1

Bot releases are hidden (Show)

create-web3-frontend - Latest Release

Published by Dhaiwat10 over 1 year ago

create-web3-frontend - v1.3.0

Published by Dhaiwat10 about 2 years ago

What's Changed

Full Changelog: https://github.com/Dhaiwat10/create-web3-frontend/compare/v1.2.0...v1.3.0

create-web3-frontend - 🌻 New Chakra UI template

Published by Dhaiwat10 over 2 years ago

You can now use the --chakra option to bootstrap your frontend using Chakra UI instead of Tailwind!

npx [email protected] --chakra
create-web3-frontend - Migrate to `wagmi` v0.3.1

Published by Dhaiwat10 over 2 years ago

With this release the templates have been updated to use the latest version of wagmi.

Just run npx [email protected] and you're good! 🚀

create-web3-frontend - Fix critical React 18 bug

Published by Dhaiwat10 over 2 years ago

TLDR: wagmi is not compatible with React 18 yet so we have to use React 17 for now. The React version was not explicitly specified by the code before so stuff was breaking.

What's Changed

Full Changelog: https://github.com/Dhaiwat10/create-web3-frontend/compare/v0.2.0...v0.2.1

create-web3-frontend - v0.2.0

Published by Dhaiwat10 over 2 years ago

What's Changed

Full Changelog: https://github.com/Dhaiwat10/create-web3-frontend/compare/v0.1.2...v0.2.0