Releases: onflow/flow-ft
Releases · onflow/flow-ft
Forwarder Contract Update
invalid transfer token and forwarding (#24) * invalid transfer token * fix forwarding contract and tests * assets
Custom Contract Templates with name replacement
contracts/v0.1.2 replace storage name (#23)
Custom Contract Templates
We've added custom contract templates to the contracts
package so you can generate an exact copy of ExampleToken.cdc
but with the name changed to your own name
Example Token and Generic Templates
This release includes:
ExampleToken
, a simple fungible token implementation that shows how a MVP token could be implemented in Flowcontracts
package, to be able to get contract code from the repotest
package, which has generic fungible token templates that any fungible token implementation could utilize for simple interactions