Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages