Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Nightly /
Asset

Icon LinkAsset Library

The Asset Library provides basic helper functions for the SRC-20; Native Asset Standard Icon Link, SRC-3; Mint and Burn Standard Icon Link, and the SRC-7; Arbitrary Asset Metadata Standard Icon Link. It is intended to make development of Native Assets using Sway quick and easy while following the standard's specifications.

For implementation details on the Asset Library please see the Sway Libs Docs Icon Link.

Icon LinkSRC-20 Functionality

The Base or core of any Asset on the Fuel Network must follow the SRC-20; Native Asset Standard Icon Link. The Asset Library's Base section supports the SRC-20 Icon Link's implementation.

Icon LinkSRC-3 Functionality

The SRC-3; Mint and Burn Standard Icon Link prescribes an ABI for how Native Assets on the Fuel Network are minted and burned. The Asset Library's supply section supports the SRC-3 Icon Link's implementation.

Icon LinkSRC-7 Functionality

The SRC-7; Arbitrary Asset Metadata Standard Icon Link prescribes an ABI for metadata associated with Native Assets on the Fuel Network. The Asset Library's metadata section supports the SRC-7 Icon Link's implementation.