clabby / contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base

contracts

This repo contains contracts and scripts for Base. Note that Base primarily utilizes Optimism's bedrock contracts located in Optimism's repo here. For contract deployment artifacts, see base-org/contract-deployments.

GitHub contributors GitHub commit activity GitHub Stars GitHub repo size GitHub

Website base.org Blog Docs Discord Twitter Base

GitHub pull requests by-label GitHub Issues

setup and testing

  • If you don't have foundry installed, run make install-foundry.
  • Copy .env.example to .env and fill in the variables.
  • make deps
  • Test contracts: make test

About

License:MIT License


Languages

Language:Solidity 99.4%Language:Makefile 0.6%