9 releases

0.7.1 Sep 30, 2024
0.7.0 Sep 24, 2024
0.6.12 Aug 19, 2024
0.6.11 Jul 22, 2024
0.6.6 May 23, 2024

#7 in #fungible

Download history 14/week @ 2024-06-24 117/week @ 2024-07-08 150/week @ 2024-07-15 120/week @ 2024-07-22 27/week @ 2024-07-29 170/week @ 2024-08-19 15/week @ 2024-09-16 188/week @ 2024-09-23 188/week @ 2024-09-30 9/week @ 2024-10-07

400 downloads per month

Apache-2.0

14KB
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–24MB
~407K SLoC