Contracts Watcher is a project built on Remix.run that aims to monitor the state of the Carbonable smart contract on the blockchain. It provides a convenient way to keep track of the contract's activities and ensures its integrity.
To use Contracts Watcher and its dependencies, you need pnpm. If you haven't installed pnpm globally, you can do so with the following command:
pnpm install -g pnpmpnpm installFrom your terminal:
pnpm devThis starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
pnpm buildThen run the app in production mode:
pnpm startNow you'll need to pick a host to deploy it to.
NETWORK=testnet|mainnet
RPC=https://rpc.nethermind.io/goerli-juno/|https://rpc.nethermind.io/mainnet-juno/|https://rpc.nethermind.io/sepolia-juno/
RPC_API_KEY="your-api-key"
IS_PUBLIC=true|falseThis project is licensed under the Apache 2.0 License. You can find more details in the LICENSE file.