Skip to content

loadnetwork/zentra-sp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

zentra-sp is a load0 storage provider for zentra -- this API takes a zentra function call txid (curretly supports base sepolia), downloads the tx data and finally store on on Load Network via load0 storage pipeline.

Zentra is a consensus-agnostic subspace for developers to build decentralized applications using Python.

Whitelisted zentra sequencer addresses

  • 0x00000000000000000000000000000000007a656e
  • 0xbBe844467051fE04CCE050efB42cF824431d1e52

Use the API

curl -X POST https://zentra-sp-ap9i.shuttle.app/process/{zentra_txid}

Example

curl -X POST https://zentra-sp-ap9i.shuttle.app/process/0x469548e90a48718d2f4aacf8d4d7b4e6c66563b83fdd6bd193927321d7816355

Example response: once the API return the load_hash, you can access the data via the https://load0.network/resolve/{load_hash} endpoint

{"load_hash":"0x1a945eed257520ce9bd317ce9abf778cffd277774a4739bf97fbabb0ba940183"}

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

Languages