flow-ft icon indicating copy to clipboard operation
flow-ft copied to clipboard

The Fungible Token standard on the Flow Blockchain

Results 23 flow-ft issues
Sort by recently updated
recently updated
newest added

### Issue To Be Solved We want to be able to release packages in other language so that apps written in those languages can import them to get the transaction...

enhancement
Feature
SC-Eng

### Issue To Be Solved There are many ways a fungible token can be used and we want more transaction templates to be defined for them. ### Suggest A Solution...

good first issue
help wanted
Improvement
SC-Eng

### Issue To Be Solved Build the core features specified in the [epic](https://github.com/onflow/flow-ft/issues/62). Also build the tests for the features ### Suggest A Solution * We will write a new...

Feedback
Feature
P-High
SC-Eng

Added FungibleTokens contract https://github.com/onflow/flow-ft/issues/59

I am curious to hear thoughts on this proposal. It seems to me that nobody really cares about events coming from fungible token contracts that don't include the address of...

Closes: #82 ## Description Creates the contract for the Fungible Token's Metadata Views. ______ For contributor use: - [x] Targeted PR against `master` branch - [x] Linked to Github issue...

Feature

## Instructions Within `FungibleTokenSwitchboard` contract, there is an Incorrect emission of `switchboardOwner` attribute in event emission. In this line: https://github.com/onflow/flow-ft/blob/master/contracts/FungibleTokenSwitchboard.cdc#L108 The event `VaultCapabilityAdded` should emit `self.owner?.address` for the `switchboardOwner` attribute....

bug
Feedback
SC-Eng

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

This is a different PR from the original one because the git organization had gotten out of sync Adds the v2 fungible token standard, as described in this flip: https://github.com/onflow/flips/pull/55...

### Problem Changes to Cadence are coming and we'll want to make sure that the contracts function beyond the upcoming breaking changes. [See this epic](https://github.com/dapperlabs/flow-internal/issues/1820) for additional context. ### Acceptance...

Feedback
Improvement
SC-Eng