-
mnemonic = Bip39MnemonicGenerator().FromWordsNumber(Bip39WordsNum.WORDS_NUM_24)
print(f"mnemonic: {mnemonic}")
seed_bytes = Bip39SeedGenerator(mnemonic).Generate()
bip44_ctx = Bip44.FromPrivateKey(…
-
**Describe the bug**
I'm seeing the following issue now from the latest version likely due to .mjs version .
```
./node_modules/@solana/wallet-adapter-material-ui/lib/esm/WalletConnectButton.mjs
…
-
**Describe the bug**
When connecting with Sollet extension, Sollet will display a "Allow this site to access your Solana account?" page with a `Connect` CTA. If you don't click the `Connect` button i…
-
I am trying to use Python code to verify the signature `signedMessage` generated in a user's browser. The Python code says its corrupt, however. All the public keys match up in the following example.
…
-
Not a dealbreaker but would be nice to include out of the box. Does anyone have one?
-
I have a starter setup with NextJS and tRPC for my backend logic. I haven't added many libraries except for ChakraUI. I have added the quick start code for the solana-labs/wallet-adapter, but ran in…
-
Sooner or later, the ability to determine who the user is and what they own finds itself on the critical path for any dApp to be able to deliver its core experience. For that reason, the **performance…
-
-
We know that it does support `solana-keygen` as the tests that exist were generated with the tool itself.
-
#### Problem
When creating a transaction specifically using Firefox, the transaction is terminated early with error `Transaction message mutated after being populated from Message`
I was originall…