perlin-network / carbon-registry-ledger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PERL Ledger Smart Contract

Distributed version of the PERLIN cabron registry ledger.

Networks

  • hardhat
  • sepolia
  • mainnet

Steps for the contract deployment

  1. Build the upgradable contract.
yarn build
  1. Run tests to ensure everything's working as expected.
yarn test

  1. Run the deployment and receive the contract address as output.
yarn deploy
  1. Verify the uploaded contract.
yarn verify {{address_output_here}}

Deployed contracts

About


Languages

Language:TypeScript 97.8%Language:Solidity 2.0%Language:JavaScript 0.2%