An open API service indexing awesome lists of open source software.

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

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/).