Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 400 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 400 Bytes

loam-subcontract-ft

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.