Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

lambdaclass/starknet_sequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starknet Sequencer

How to run

cargo run

Will start the RPC server on port 1234

You can then send requests to the socket accordingly:

$ curl -X POST localhost:1234 -H "Content-Type: application/json" --data '{"jsonrpc":"2.0", "method":"starknet_specVersion", "params":[], "id":1}'

{"jsonrpc":"2.0","result":"0.6.0","id":1}%

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages