gilescope / dotsamaworld

Dotsama parachain 3D block explorer
Other
24 stars 2 forks source link

dot url scheme v0 #6

Closed gilescope closed 2 years ago

gilescope commented 2 years ago

let's have an address scheme to get to places and a browser bar.

I don't think there's any authority (that's why we're all here) so it's just path after :,

dot:/1/1000/1000000/2/3

1 = polkadot, (negative can be for test nets, 0 for kusama). 1000 = parachain id, 1000000 = block number, 2 = extrinsic index (the n'th extrinsic / transaction) in that block 3 = The event index (the n'th event associated with that transaction)

So far that's my current thoughts.

gilescope commented 2 years ago

should ranges be allowed? dot:/1/1000/1000000..2000000/

gilescope commented 2 years ago

Can we address util batches and maybe things that have trees in them too?

gilescope commented 2 years ago

v0 done.