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_WALLETCONNECT_KEY=
NEXT_PUBLIC_WEB3AUTH_NETWORK=
NEXT_PUBLIC_WEB3AUTH_CLIENT_ID=
NEXT_PUBLIC_CHAIN=
NEXT_PUBLIC_CHAIN_ID=
NEXT_PUBLIC_CHAIN_TIER=
NEXT_PUBLIC_RPC_URL=
NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_EXPLORER_URL=
NEXT_PUBLIC_INDEXER_URL=
where
NEXT_PUBLIC_WALLETCONNECT_KEY
is the WalletConnect keyNEXT_PUBLIC_WEB3AUTH_NETWORK
is the Web3Auth network to use for social loginNEXT_PUBLIC_WEB3AUTH_CLIENT_ID
is the Web3Auth client ID to use for social loginNEXT_PUBLIC_CHAIN
is the chain nameNEXT_PUBLIC_CHAIN_ID
is the chain IDNEXT_PUBLIC_CHAIN_TIER
is the chain tier (e.g.,testnet
,mainnet
)NEXT_PUBLIC_RPC_URL
is the chain RPC URLNEXT_PUBLIC_API_URL
is the chain API URLNEXT_PUBLIC_EXPLORER_URL
is the block explorer URLNEXT_PUBLIC_INDEXER_URL
is the YACI indexer URL
-
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