Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 2.68 KB

README.md

File metadata and controls

32 lines (17 loc) · 2.68 KB
rosettanet

Ethereum <> Starknet RPC middleware.

Exploration_Team

Overview

Rosettanet is a middleware aiming to provide a simple and efficient way to interact with Starknet from Ethereum based libraries and applications.

Project structure

Contracts

The contracts are located in the contracts/ directory. It's a scarb project, so you can use the scarb CLI to build it.

It uses Starknet Foundry for tests.

See the contracts README for more information.

RPC Server

See the RPC README for more information.

Architecture

Here is a high-level overview of the architecture of Rosettanet:

Architecture