Skip to content

ham-official/hamifold

Repository files navigation

HAMIFOLD with Nifty Boilerplate Starter

It uses Nuxt3, tailwind and netlify lambdas.

Setup

Make sure to install the dependencies:

# bun
bun install

Development Server (only FE)

Start the development server on http://localhost:3000:

# bun
bun dev

Development Server (with lambdas)

Start the development server on http://localhost:8888:

# bun
bun nifty

Production

Build the application for production:

# bun
bun build

Locally preview production build:

# bun
bun preview

Environment variables

Network

## Anvil (locally)
VITE_RPC_URL="http://localhost:8545"
VITE_CHAIN_ID=31337


## Base Sepolia (testnet)
VITE_RPC_URL="https://sepolia.base.org/"
VITE_CHAIN_ID=84532


## HAM
VITE_RPC_URL="https://rpc.ham.fun/"
VITE_CHAIN_ID=5112

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published