https://github.com/base/contracts
https://github.com/base/contracts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/base/contracts
- Owner: base
- License: mit
- Created: 2023-06-05T17:31:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T01:44:06.000Z (about 1 year ago)
- Last Synced: 2025-05-16T08:01:51.674Z (about 1 year ago)
- Language: Solidity
- Size: 317 KB
- Stars: 213
- Watchers: 23
- Forks: 128
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

# contracts
This repo contains contracts and scripts for Base.
Note that Base primarily utilizes Optimism's bedrock contracts located in Optimism's repo [here](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock).
For contract deployment artifacts, see [base-org/contract-deployments](https://github.com/base-org/contract-deployments).
[](https://github.com/base-org/contracts/graphs/contributors)
[](https://github.com/base-org/contracts/graphs/contributors)
[](https://github.com/base-org/contracts/stargazers)

[](https://github.com/base-org/contracts/blob/main/LICENSE)
[](https://base.org)
[](https://base.mirror.xyz/)
[](https://docs.base.org/)
[](https://base.org/discord)
[](https://twitter.com/Base)
[](https://github.com/base-org/contracts/pulls)
[](https://github.com/base-org/contracts/issues)
### setup and testing
- If you don't have foundry installed, run `make install-foundry`.
- `make deps`
- Test contracts: `make test`