Skip to content

Releases: onflow/flow-ft

Forwarder Contract Update

19 Jun 18:26
64c9531
Compare
Choose a tag to compare
invalid transfer token and forwarding (#24)

* invalid transfer token

* fix forwarding contract and tests

* assets

Custom Contract Templates with name replacement

05 Jun 21:42
dde8b46
Compare
Choose a tag to compare
contracts/v0.1.2

replace storage name (#23)

Custom Contract Templates

05 Jun 20:35
755c0dd
Compare
Choose a tag to compare

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

03 Jun 20:17
13a3da6
Compare
Choose a tag to compare

This release includes:

  • ExampleToken, a simple fungible token implementation that shows how a MVP token could be implemented in Flow
  • contracts package, to be able to get contract code from the repo
  • test package, which has generic fungible token templates that any fungible token implementation could utilize for simple interactions