Skip to content

weaveVM/blobvm-sequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and run

You need to configure the .env config file by adding your Irys and Planetscale params. Check .env.example

git clone https://github.com/weavevm/blobvm-sequencer.git

cd blobvm-sequencer

npm i && npm run start

Also you need to initialize your Planetscale tables with the SQL statements of init.sql

Endpoints

Contract state

curl -X GET base_endpoint/state/your_contract_addr

Deploy a contract

curl -X POST -H "Content-Type: application/json" -d '{"txid": "contract_eip4844_txid"}' base_endpoint/deploy 

Send a transaction

curl -X POST -H "Content-Type: application/json" -d '{"txid": "eip4844_txid"}' base_endpoint/transactions 

License

This repository is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published