Skip to content

A high performance decentralized modular sequencer for Starknet

License

Notifications You must be signed in to change notification settings

reddio-com/itachi

Repository files navigation

itachi

Welcome to itachi, the much easier and more flexible modular stack to build Layer 2 or Layer 3 chains using Cairo and the Starknet technology. It's open source for everyone to use.

Itachi is built on the Yu framework which not only makes it modular but also gives developers a simpler and more user-friendly development experience, just as simple as developing a web backend.

It is specifically easy and helpful if you want to quickly own more of the stack and get more control over your chain.

Overall Structure

image

Cairo Compatible

  • cairo-vm: 0.8.3
  • cairo-lang: 2.4.0

Build & Run

Prerequisites

  • rustc 1.74.0 (79e9716c9 2023-11-13)
  • go 1.21

Docker Pull & Run

docker pull ghcr.io/reddio-com/itachi:latest
docker-compose up

Source code Build & Run

git submodule init
git submodule update --recursive --checkout
make build

./itachi

You can see the running results on your terminal. image

Reset Chain

Reset Chain will clean all the stored history data locally.

make reset

Test

You can use more complete python tests with starknet.py: https://github.com/reddio-com/itachi-testing

🌐 Connect to Test Endpoint

https://itachi-dev.reddio.com/

Configs

Chain Configs

The default config file of Itachi chain is conf/cairo_cfg.toml

Genesis Configs

The genesis configs of Itachi chain is same as Madara. You can learn more details by docs

Starknet RPC

0.5.1

  • addDeclareTransaction
  • addDeployAccountTransaction
  • addInvokeTransaction
  • call
  • estimateFee
  • getTransactionReceipt
  • getTransactionByHash
  • getNonce
  • getTransactionStatus
  • getClass
  • getClassAt
  • getClassHashAt
  • blockHashAndNumber
  • getBlockWithTxHashes
  • getBlockWithTxs
  • chainId
  • syncing
  • getTransactionByBlockIdAndIndex
  • getBlockTransactionCount
  • estimateMessageFee
  • blockNumber
  • specVersion
  • traceTransaction
  • simulateTransactions
  • traceBlockTransactions
  • getStorageAt
  • getStateUpdate

0.6.0

  • addDeclareTransaction
  • addDeployAccountTransaction
  • addInvokeTransaction
  • call
  • estimateFee
  • getTransactionReceipt
  • getTransactionByHash
  • getNonce
  • getTransactionStatus
  • getClass
  • getClassAt
  • getClassHashAt
  • blockHashAndNumber
  • getBlockWithTxHashes
  • getBlockWithTxs
  • chainId
  • syncing
  • getTransactionByBlockIdAndIndex
  • getBlockTransactionCount
  • estimateMessageFee
  • blockNumber
  • specVersion
  • traceTransaction
  • simulateTransactions
  • traceBlockTransactions
  • getStorageAt
  • getStateUpdate

About

A high performance decentralized modular sequencer for Starknet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •