Skip to content

Latest commit

 

History

History

README.md

Getting Started

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

Starting the App

  1. Install the dependencies
yarn install
  1. 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 via useOutputs (JSON-RPC cartesi_listOutputs).

  2. Create a .env file inside the /jam-ui folder. You can copy the .env.template and modify the values as necessary.

  3. Run the UI in Development mode.

yarn dev
  1. You should be able to access the UI on http://localhost:3000