freshmint icon indicating copy to clipboard operation
freshmint copied to clipboard

Results 12 freshmint issues
Sort by recently updated
recently updated
newest added

While working on the hackathon for flow I had the following error while importing the package /node_modules/@freshmint/core/crypto/elliptic.ts:7 2023-02-23 11:33:06 const ECDSA_P256 = new elliptic.ec('p256'); Changeing the way the package is...

Freshmint currently requires the Flow CLI (`flow` binary) to be installed in order to deploy contracts or mint NFTs. The Flow CLI is not installed alongside Freshmint but is mentioned...

enhancement

Freshmint should return helpful errors to the user when they pass metadata values that do not match the defined schema, specifically: - A metadata object that is missing one or...

enhancement

Freshmint users will need to add their deployed contracts to the Flow NFT Catalog: https://www.flow-nft-catalog.com/ There should be an easy way for users to: - Submit their contract using the...

enhancement

The Flow NFT catalog provides transaction templates for the NFT storefront here: https://github.com/dapperlabs/nft-catalog/tree/main/lib/tx Freshmint should use these templates to generate transactions for the NFT storefront. cc @bshahid331 @aishairzay @prpatel05

enhancement

The `ClaimSale` contract does not need to know the metadata of a contract to operate, but the contract constructors expect a `schema` to be passed. Maybe the `ClaimSale` contract class...

bug

Developers may want to (and should be encouraged) to specify a description alongside each of their metadata views. This description can then be added as a comment in the generated...

enhancement

Currently a user can call [client.sendAsync](https://github.com/packagelabs/freshmint/blob/alpha/src/lib/client.ts#L36), which submits a transaction to Flow and return its transaction ID. They can then poll for the results of that transaction by ID. However,...

enhancement

Some developers will need to rotate through proposal keys in order to increase transaction throughput. The current minter only supports a static proposal key index, but should be updated to...

enhancement

The current [claim_nft.cdc](https://github.com/packagelabs/freshmint/blob/alpha/cadence/freshmint-claim-sale/transactions/claim_nft.template.cdc) template is hard-coded to use FLOW as the payment method. It won't work for users who can to sell NFTs with another token type. The transaction should...

enhancement