Skip to content

lambdaclass/starknet_sequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

277eab7 · Jan 2, 2024

History

3 Commits
Jan 2, 2024
Jan 2, 2024
Jan 2, 2024
Jan 2, 2024
Jan 2, 2024

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

No packages published

Languages