Skip to content

pantos-io/ethereum-contracts

Repository files navigation

Pantos on-chain components for Ethereum and compatible blockchains

This repository contains the Pantos smart contracts for Ethereum-compatible blockchains.

Install Foundry

$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup

Usage

Install dependencies

$ forge install
$ npm install

Build

$ forge build

Format

$ make format

Lint

$ make lint

Test

$ make test

Coverage

$ make coverage

Gas Snapshots

$ forge snapshot

Deploy & Operations

Please see scripts/README.md