Cartesi Rollups version: 1.0.x
This repository will help you get started with building a frontend wallet functionality for your Cartesi dApps:
- Switch Networks
- Localhost
- Testnets & Mainnet
- Check Cartesi account balance
- Transfer assets
- Ether
- ERC20
- ERC721
- Show activity
- Notices
- Reports
- Perform Withdrawals
- Relay dApp address
- Voucher Execution
Edit src/config.json to set the testnet parameters and deployment, inspect, graphql, rpc addresses.
In the project directory, run:
yarn
yarn codegen
to build the app.
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
To execute Vouchers, the voucher epoch must be finalized so the rollups framework generate the proofs. As a reminder, you can advance time in hardhat with the command:
curl --data '{"id":1337,"jsonrpc":"2.0","method":"evm_increaseTime","params":[864010]}' http://localhost:8545
Alternatively, you can run cartesi node with shorter epoch duration in seconds
sunodo run --epoch-duration=60