Angel Castillo

Results 6 issues of Angel Castillo

I am minting the NFTs of my project using the following Plutus minting policy script: ```haskell {-# INLINABLE mkNFTPolicy #-} mkNFTPolicy :: TokenName -> TxOutRef -> BuiltinData -> ScriptContext ->...

feature request

# Context Our CIP-30 `getUnusedAddresses` implementation currently always returns an empty array. Particular DApps require wallets to use a freshly created address, as such we must enable this feature in...

# Checklist - [X] JIRA - \ - [ ] Proper tests implemented - [ ] Screenshots added. --- ## Proposed solution - Update lace to use the new addSignatures...

Sign Data confirm crash on 'enter' key ### **Checklist** JIRA - ### **Proposed solution** Manage onSubmit to avoid reload on Password form.

# Checklist - [x] JIRA - \ - [ ] Proper tests implemented - [ ] Screenshots added. --- Currently Lace uses p-debounce to throttle CIP-30 API calls. However p-debounce...

Hi, I am building a transaction with the sole purpose of withdrawing rewards: ``` const blaze = await getBlazeProvider(); const tx = blaze.newTransaction(); // Assume there is an assert to...