Crates.io | loam-subcontract-ft |
lib.rs | loam-subcontract-ft |
version | 0.7.1 |
source | src |
created_at | 2024-05-23 14:41:42.723139 |
updated_at | 2024-09-30 13:07:00.792566 |
description | A Subcontract for a fungible token |
homepage | |
repository | https://github.com/loambuild/loam/tree/main/crates/loam-subcontract-ft |
max_upload_size | |
id | 1249591 |
size | 9,642 |
Contains an example of how to create a Subcontract interface. This example is for fungible tokens.
To find an implementation of the fungible token subcontract see, examples/soroban/ft/src/ft.rs.
Notice that a Core Subcontract must be implemented to use any other Subcontracts, including this fungible token.