plasmo-foss / algosigner

AlgoSigner is an open source Algorand wallet extension that makes it easier than ever to use ALGOs for payment, investing, or swapping assets. Available in the Chrome Web Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoSigner

An open-source, security audited, Algorand wallet browser extension that lets users approve and sign transactions that are generated by Algorand dApp applications — available for Chrome.

Chrome Extension Store

The extension is available on the Chrome Extension Store

This is the preferred solution for end-users, updates will be automatically installed after review by the extension store

Developers working with dApps may also install directly from the release package, or by downloading the project and building it.

AlgoSigner.sign() and AlgoSigner.signMultisig() will be deprecated mid April.

As of release 1.7.0, AlgoSigner no longer supports incomplete atomic groups signing.

1.7.0 Release

Functionality updates

As part of maintaining the standards set by the Algorand Foundation, we've begun to deprecate some of the older signing methods provided by AlgoSigner.

  • Incomplete atomic groups signing is no longer supported.
  • v1 Signing (AlgoSigner.sign() && AlgoSigner.multisign()) will stop being supported in the next major release.
  • Preliminary error codes were added to all of the errors that AlgoSigner could provide.

Other changes

  • A developer-oriented Clear Cache button was added to the Settings menu to help out with certain issues
  • Fixed account name sometimes not being visible during signing.
  • When signing more than one group of transactions, there's now an Indicator on which group you're currently signing.

1.7.1 Patch

  • Added support for saving addresses as 'Contacts' for easier re-use
  • Added support for importing more than one address from a same ledger device

1.7.2 Patch

  • Added support for Opting-out of ASAs from the UI
  • New Account Details page
  • Added Tooltip with Pending Rewards

1.7.3 Patch

  • Fixed an error that prevented using Ledger devices when doing transactions from the UI
  • Fixed an issue where we were sending an incorrect error code on user refusal of transactions
  • Support for SDK v1.13.1
  • Renaming of Add an asset to Opt-in to an asset

New Users

Adding Custom Networks

AlgoSigner users may add their own networks to the extension, for example BetaNet or the sandbox private network - Instructions

dApp Developers

For teams looking to integrate AlgoSigner into a project:

Developing with v2 Transaction Signing

Legacy v1 Transaction Signing is going to be deprecated soon and is available only for reference purposes. Please use v2 when developing new apps and migrate existing apps that are still using v1 to v2 as soon as possible.

Roadmap

  • UI improvements
  • Contribution guidelines

AlgoSigner development

For developers interested in working with AlgoSigner Extension Guide. A contribution guide is in development.

License

This project is under the MIT License

About

AlgoSigner is an open source Algorand wallet extension that makes it easier than ever to use ALGOs for payment, investing, or swapping assets. Available in the Chrome Web Store.

License:MIT License


Languages

Language:TypeScript 78.2%Language:JavaScript 21.0%Language:SCSS 0.6%Language:HTML 0.2%