| Crates.io | loam-subcontract-ft |
| lib.rs | loam-subcontract-ft |
| version | 0.7.2 |
| created_at | 2024-05-23 14:41:42.723139+00 |
| updated_at | 2025-01-22 19:10:45.925772+00 |
| 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 | 55,517 |
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.