Non-Arbitrary Spaces
  • Introduction
  • Definitions
  • A simple NAS
  • More useful NASs
  • Blockchain History in a NAS
  • Application of NATs to NASs
  • Recording NASs on the blockchain
  • Further thoughts
  • Conclusion
  • References + Resources
  • Contact + Socials
Powered by GitBook
On this page

Recording NASs on the blockchain

Either inputs to each dimension (eg, x, y and z) could be recorded, or the dimension and entire z function. Since these functions us only on-chain data as inputs, no other datasets would be required.

A JSON script for the NAS shown in Figure 3 may look something like:

{
“name”: “<name>”,
“shape”: “rectangle | sphere | toroid | cylinder | custom”,
“dim1”: "retargetInterval",
“dim2”= "tx_count"
}

with the third dimension being determined by height and "dim1".

PreviousApplication of NATs to NASsNextFurther thoughts

Last updated 1 year ago