Skip to content

permaweb/ao-atomic-asset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AO Atomic Asset

Overview

Atomic assets are unique digital items stored on Arweave. Unlike traditional NFTs, the asset data is uploaded together with a smart contract in a single transaction which is inseparable and does not rely on external components.

How it works

AO atomic assets follow the token spec designed for exchangeable tokens which can be found here. The creation of an atomic asset happens with these steps:

  1. The asset process handlers are fetched from Arweave
  2. Asset fields are replaced with the values submitted by the user
  3. A new process is spawned, with the tags and asset data included
  4. A message is sent to the newly created process with an action of 'Eval', which includes the process handlers
  5. A message is sent to the profile that created the asset in order to add the new asset to its Assets table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages