Skip to content

Releases: fabrobles92/typpo-rush

Wallet Integration

05 Sep 23:53

Choose a tag to compare

Wallet Integration Pre-release
Pre-release

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

25 Aug 21:56

Choose a tag to compare

Pre-release

Added

  • Tyypo rush landing Page:
    • Navbar
    • Footer
    • Hero
  • New logo
  • New icon

Initial base project

22 Aug 04:34

Choose a tag to compare

Initial base project Pre-release
Pre-release

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