-
As was the case here https://github.com/MetaMask/metamask-extension/issues/25623 and here https://github.com/MetaMask/metamask-extension/issues/17964, it is possible for server side problems related t…
danjm updated
1 month ago
-
I want to try to sign my HTTP requests/JSON data (destined for my own backend server) using the key of the Algo Connect User. Any chance that I could use signTransaction or signLogicSig in the browser…
-
I own the address [`TsiYnTiBdVshdDTMi4P88v4WrHUUDv3Updx`](https://testnet.dcrdata.org/address/TsiYnTiBdVshdDTMi4P88v4WrHUUDv3Updx) which I have used for mining on testnet. Occasionally I will receive …
-
my code:
```
Future signTransaction(String? toAddress, String privateKeyHex,
BigInt amount, String? encodedContractData) async {
var expire =
(DateTime.now().microsecondsSince…
-
With [hooked-web3-provider](https://github.com/ConsenSys/hooked-web3-provider) deprecated it would be awesome to have the examples updated to use [provider-engine](https://github.com/MetaMask/provider…
-
Using:
```
"@project-serum/anchor": "^0.24.2",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
…
-
Operations to support.
- get wallet address
- get balance
- sign transaction
- send transaction
- get status of the transaction
```
protocol ChainProvider {
func getBalance(for: Strin…
-
I followed the steps for the My Algo Connect setup, and most of it was working (such as the popup to connect), but when it came to sign a transaction I was getting the error `ReferenceError: Buffer is…
-
Hi @PaulLaux we could potentially contribute a PR to update Web3 to 1.0 and I'd like to check if you had done any previous analysis on how that would work, considering both eth-lightwallet and hooked-…
-
```
We've got one occurence of a missing a private key:
Exception in thread "main" org.bitcoinj.core.ECKey$MissingPrivateKeyException
at org.bitcoinj.signers.MissingSigResolutionSigner.signIn…