Skip to content

Tetrics-io/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Getting Started

Visit Goemon, to checkout the Prod site.

Prerequisites

Ensure the following are installed on your system:

  • Bun (recommended for running the project)
  • Git
  • A Web3 Wallet (for authentication during the app setup)

Clone the Repository

Clone the project using SSH:

git clone git@github.com:Goemon-xyz/goemon-mvp.git
cd goemon-mvp

Install Dependencies

Use Bun to install dependencies:

bun install

Create local env file

touch .env.local

Generate Your Own Credentials

Setting Up Privy

  • Visit priviy.io.

  • create a new app for lcoal development.

  • Add http://localhost:3000/ as allowed origins in the Domains Tab.

  • In Login Methods Link, enable external wallets (Ethereum & Solana).

  • In Prioritize Options Displayed section , select web3 wallets.

  • Copy environment variables from .env.example to .env.local .

  • Use the new app Id in .env.local , for NEXT_PUBLIC_PRIVY_API_KEY env variable.

  • Get rest of the env variable values from the team or Vercels Projects settings .

Start the Development Server

After installing dependencies, start the development server:

bun dev

About

MVP version to test our hypothesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •