Next.js app for etherguild.xyz. Quests protoype: demo
Also see etherguild-contracts and etherguild-agent.
Running the app locally requires bun and docker.
# Install dependencies
bun install
# Copy environment variables
cp .env.example .env.development
# Start Postgres
docker compose up -d
# Setup database
bun prisma migrate dev
bun prisma generate
# Generate example quests
bun prisma db seed
bun install
bun run build
bun run dev
Open http://localhost:3000.
Ether Guild is a Wyoming Non-Profit Corporation applying for 501(c)(3) status. We are a group of hyper-focused ETH supporters, working to elevate ETH, the money, in service of Ethereum, the computer.
Volunteers interested in executing this mission can reach out at [email protected].
Donors interested in funding this mission can reach out at [email protected].