Skip to content

Commit

Permalink
first draft of attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed May 8, 2024
1 parent 9a9073c commit e592ac1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
19 changes: 14 additions & 5 deletions contracts/FungibleToken.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@
## `FungibleToken` contract
The Fungible Token standard is no longer an interface
that all fungible token contracts would have to conform to.
If a users wants to deploy a new token contract, their contract
does not need to implement the FungibleToken interface, but their tokens
do need to implement the interfaces defined in this contract.
needs to implement the FungibleToken interface and their tokens
need to implement the interfaces defined in this contract.
/// Contributors (please add to this list if you contribute!):
/// - Joshua Hannan - https://github.com/joshuahannan
/// - Bastian Müller - https://twitter.com/turbolent
/// - Dete Shirley - https://twitter.com/dete73
/// - Bjarte Karlsen - https://twitter.com/0xBjartek
/// - Austin Kline - https://twitter.com/austin_flowty
/// - Giovanni Sanchez - https://twitter.com/gio_incognito
/// - Deniz Edincik - https://twitter.com/bluesign
/// - Jonny - https://github.com/dryruner
///
/// Repo reference: https://github.com/onflow/flow-ft
## `Vault` resource interface
Expand Down
Loading

0 comments on commit e592ac1

Please sign in to comment.