https://github.com/xjonathanlei/starknet-l1-contracts
Documentation of all StarkNet smart contracts deployed on layer-1 Ethereum
https://github.com/xjonathanlei/starknet-l1-contracts
ethereum smart-contracts starknet
Last synced: 3 months ago
JSON representation
Documentation of all StarkNet smart contracts deployed on layer-1 Ethereum
- Host: GitHub
- URL: https://github.com/xjonathanlei/starknet-l1-contracts
- Owner: xJonathanLEI
- Created: 2021-12-03T08:12:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T08:49:53.000Z (over 4 years ago)
- Last Synced: 2025-10-11T08:23:31.672Z (10 months ago)
- Topics: ethereum, smart-contracts, starknet
- Language: Solidity
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StarkNet L1 Contracts
This repository contains the Solidity source code of all Ethereum smart contracts used in the [StarkNet](https://starknet.io/) system. The code was uploaded by [StarkWare Industries Ltd.](https://starkware.co/) to Etherscan for contract verification. All the contracts are organized into a [Hardhat](https://hardhat.org/) project here for easier reading and testing.
## Architecture
// TODO: add contract architecture diagram
## Contract Addresses
### Mainnet
- Proxy: [0xc662c410C0ECf747543f5bA90660f6ABeBD9C8c4](https://etherscan.io/address/0xc662c410C0ECf747543f5bA90660f6ABeBD9C8c4)
- StarkNet: [0xD8Cd77206fCb239BdDaaDDdA8C87CBFe7d67Ca2b](https://etherscan.io/address/0xD8Cd77206fCb239BdDaaDDdA8C87CBFe7d67Ca2b)
### Goerli
- Proxy: [0xde29d060D45901Fb19ED6C6e959EB22d8626708e](https://goerli.etherscan.io/address/0xde29d060D45901Fb19ED6C6e959EB22d8626708e)
- StarkNet: [0xF10EfCF03796D38E0f6c5b87c471368e6E0DC674](https://goerli.etherscan.io/address/0xF10EfCF03796D38E0f6c5b87c471368e6E0DC674)
## License
All smart contract code in this repository was downloaded from Etherscan, and is licensed by [StarkWare Industries Ltd.](https://starkware.co/) under the [Apache License, Version 2.0](https://www.starkware.co/open-source-license/).