This is a web app that allows users to interact with the Manifest Network and its various modules.
For more information on the Manifest Network and its modules, please visit the Manifest Network GitHub.
-
Clone the repository
git clone hptts://github.com/liftedinit/manifest-app
cd manifest-app
-
Install dependencies
bun install
NEXT_PUBLIC_ABLY_API_KEY=
NEXT_PUBLIC_WALLETCONNECT_KEY=
NEXT_PUBLIC_WEB3_CLIENT_ID=
NEXT_PUBLIC_CHAIN=manifest
NEXT_PUBLIC_CHAIN_ID=manifest-1
NEXT_PUBLIC_TESTNET_CHAIN_ID=manifest-ledger-beta
NEXT_PUBLIC_MAINNET_RPC_URL=https://nodes.chandrastation.com/rpc/manifest/
NEXT_PUBLIC_TESTNET_RPC_URL=https://manifest-beta-rpc.liftedinit.tech/
NEXT_PUBLIC_MAINNET_API_URL=https://nodes.chandrastation.com/api/manifest/
NEXT_PUBLIC_TESTNET_API_URL=https://manifest-beta-rest.liftedinit.tech/
-
Start the server
bun run dev
-
Navigate to
http://localhost:3000
in your browser
-
Build the app
bun run build
-
Start the server
bun run start
-
Navigate to
http://localhost:3000
in your browser