Releases: fabrobles92/typpo-rush
Releases · fabrobles92/typpo-rush
Wallet Integration
Added
- Integration of wallet:
- RainbowkitProvider
- Added networks Optimism Mainnet and Optimism Sepolia
- RainbowKitSiweNextAuthProvider to create a signed session with a wallet
- Next-Auth session:
- Endpoint api/auth/[...nextauth]/route.ts
Typpo Rush Landing Page
Added
- Tyypo rush landing Page:
- Navbar
- Footer
- Hero
- New logo
- New icon
Initial base project
Added
- Created a new Next.js project using
create-next-app. - License, README.md and changelog.md
- Initial project structure with the following:
src/app/page.tsx: Home page with basic starter content.src/app/not-found.tsx: Default page when route does not exist.
- Default configuration files:
package.json: Dependencies and scripts..eslintrc.json: ESLint configuration..gitignore: Files and directories to ignore in Git.next.config.mjs: Next.js configuration.tsconfig.json: Typescript configuration.postcss.config.mjs: Postcss configuration.
- Initial commit with basic project setup.
Full Changelog: https://github.com/fabrobles92/typpo-rush/commits/v0.1.0