Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.36 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.36 KB

Contracts Watcher

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.

Table of Contents

Getting Started

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 pnpm

Installation

pnpm install

Development

From your terminal:

pnpm dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

pnpm build

Then run the app in production mode:

pnpm start

Now you'll need to pick a host to deploy it to.

.env

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|false

License

This project is licensed under the Apache 2.0 License. You can find more details in the LICENSE file.