A collection of smart contracts for interacting with the Cartesi Rollupś.
This repository aims to have assets and extensions that can interact with Cartesi Rollups.
To deploy these contracts on other networks not yet supported or on a localhost network, follow the commands below.
make setup
make test
Important
Before running the command below, confirm that the .env
file contains all the necessary variables for deployment. For deploying on a local network, add the following values to the variables:
RPC_URL="http://localhost:8545"
NETWORK="localhost"
PRIVATE_KEY="0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" // You can use any private key from the local environment here.
TESTNET_BLOCKSCAN_API_KEY=""
make deploy
make new_state