First, follow the README steps from the backend. Once you did the steps and got the backend up-and-running you should have the application address and ERC-1155 contract address at hand.
Important
Required to succeed
- @cartesi/cli@2.0.0-alpha.9
- NodeJS 20+
- yarn
- Install the dependencies
yarn install-
Ensure the Cartesi node is running (e.g.
cartesi run). The app uses @cartesi/wagmi and @cartesi/viem for L2 data: the collections page loads vouchers viauseOutputs(JSON-RPCcartesi_listOutputs). -
Create a .env file inside the
/jam-uifolder. You can copy the .env.template and modify the values as necessary. -
Run the UI in Development mode.
yarn dev
- You should be able to access the UI on
http://localhost:3000