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
Base endpoint: https://blobvm-sequencer-c60bec254262.herokuapp.com
curl -X GET base_endpoint/state/your_contract_addr
curl -X POST -H "Content-Type: application/json" -d '{"txid": "contract_eip4844_txid"}' base_endpoint/deploy
curl -X POST -H "Content-Type: application/json" -d '{"txid": "eip4844_txid"}' base_endpoint/transactions
This repository is licensed under the MIT License