10 releases

0.7.2 Jan 22, 2025
0.7.1 Sep 30, 2024
0.6.12 Aug 19, 2024
0.6.11 Jul 22, 2024
0.6.6 May 23, 2024

#7 in #fungible

Download history 10/week @ 2024-12-04 16/week @ 2024-12-11 129/week @ 2025-01-22 4/week @ 2025-01-29 23/week @ 2025-02-05 58/week @ 2025-02-12 4/week @ 2025-02-19 5/week @ 2025-02-26

91 downloads per month

Apache-2.0

31KB
90 lines

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.

Dependencies

~15–20MB
~411K SLoC