7 releases

0.6.12 Aug 19, 2024
0.6.11 Jul 22, 2024
0.6.8 Jun 21, 2024
0.6.6 May 23, 2024

#8 in #fungible

Download history 77/week @ 2024-05-17 44/week @ 2024-05-24 168/week @ 2024-05-31 29/week @ 2024-06-07 4/week @ 2024-06-14 139/week @ 2024-06-21 1/week @ 2024-06-28 3/week @ 2024-07-05 246/week @ 2024-07-12 125/week @ 2024-07-19 36/week @ 2024-07-26 4/week @ 2024-08-02 156/week @ 2024-08-16 14/week @ 2024-08-23

176 downloads per month

Apache-2.0

13KB
80 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

~16MB
~324K SLoC