Validation
Last updated
Was this helpful?
Last updated
Was this helpful?
Once an asset is created, there are multiple ways to validate it.
The simplest way for anyone to validate an asset in Tephra is Each asset is given its own public page on . The page contains details about the contents of the asset, when it was created, when it was granted, etc.
The url for any Tephra asset is simple to construct:
You can view some example asset pages below (COMING SOON):
Branded —
Minimal — A registered address with no owner and no content.
Using the SDK, you can pull details about any address on the platform, and all related transactions on the changeset.
All of the IPFS chunks are gzipped JSON. By unpacking them and placing them in order, you can reconstruct every transaction accross the entire network.
The changeset is regularly chunked, compressed, uploaded publicy in IPFS, and the address is timestamped on Ethereum (see ). This means the state of the network can be reconstructed at any time from publicly available means.