Skip to content

xycloo/soroban-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Soroban Explorer

Utils + webapps to explore Soroban.


About

This workspace (will) provides crates with utils to explore the Futurenet, and (will) contains also web apps that use these crates to ease the process of exploring the Futurenet.

Crates

explorer-common

This crate (will) contains utils that web apps and other crates share in common, currenlty the crate provides utils to decode a soroban invocation transaction (also currently assumes one operation, this is on my TODO).

Web Apps

Converts a hex string to a stellar strkey. Useful when you have a contract hash and need to pass it as an Address for a cross-contract call.

Soroban transaction explore [currently broken due to XDR updates]

Soroban-fiddle works really great, but when you already know your transaction hash it's better to not stream all operations and read all the respective transactions. However, when looking at soroban we can understand very little about the hostfunction invocation without manually decoding every inch of the evenlope, result, and meta XDR. This simple yew-built web app allows you to explore a transaction without having to decode anything: just paste the transaction id hash in the input field!

Soroban contract operations explore [currently broken due to XDR updates]

This web app let's you explore the operations that have invoked your contract, try it out by pasting a contract id in the input field!

Credits

Many design concepts where taken from soroban-fiddle.

Releases

No releases published

Packages

No packages published