Validation
Once an asset is created, there are multiple ways to validate it.
Public Asset Pages
The simplest way for anyone to validate an asset in Tephra is Each asset is given its own public page on Tephra Validate. 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.
Tephra SDK
Using the SDK, you can pull details about any address on the platform, and all related transactions on the changeset.
Reconstructing Preserves
The changeset is regularly chunked, compressed, uploaded publicy in IPFS, and the address is timestamped on Ethereum (see Preservation). This means the state of the network can be reconstructed at any time from publicly available means.
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.
Last updated
Was this helpful?