Visit Goemon, to checkout the Prod site.
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 project using SSH:
git clone git@github.com:Goemon-xyz/goemon-mvp.git
cd goemon-mvp
Use Bun to install dependencies:
bun install
touch .env.local
-
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 .
After installing dependencies, start the development server:
bun dev