No-Cash-7970
No-Cash-7970
The graph in the "Money Flow" tab doesn't load at all. In the console there is a `Uncaught SyntaxError: expected expression, got ','` error message for `graph:492:37`. For some reason,...
When an NFD name (e.g. nocash.algonautog.algo) is entered into an address form field, the name should be looked up to retrieve the "deposit account" for that NFD name. ### Thoughts...
The `use-wallet` library allows for the multiple wallet providers and wallet accounts to be connected at the same time, but only one of the connected accounts on one of the...
Compose txn: ABI support for application calls (creation & method calls) ### References - https://developer.algorand.org/articles/contract-to-contract-calls-and-an-abi-come-to-algorand/ - https://developer.algorand.org/docs/get-details/dapps/smart-contracts/ABI/ - https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md - Best way to create ABI method call transaction by extracting...
### Is your feature request related to a problem? Please describe. When composing a transaction, there is no easy way to enter the sender address, (required for every transaction) besides...
Provides an easier way to change toggle night mode besides going into the settings.
Write instructions after adding a language that requires adding a new font or new typeface. ### Process for adding a new font or typeface 1. In the `lib/font.ts` file, if...
Create a Docker image to give users another option to install txnDuck locally.
### Resources - https://nextjs.org/docs/app/api-reference/next-config-js/output#automatically-copying-traced-files - Example of building and uploading an "asset" for a release: https://github.com/Stirling-Tools/Stirling-PDF/blob/main/.github/workflows/releaseArtifacts.yml - https://tech.competa.com/standalone-deployment-of-nextjs-3286490cb39b - https://www.ryanmr.com/posts/next-standalone-mode/