python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
getTokenAccountsByOwner - odd result?
I have created a token using SPL. And I have minted some supply into a wallet address on testnet
Token address: 668JcT5AiLYNi8XVaDNntTaLWzuQ8EnbBzA9zSmKbipW (https://explorer.solana.com/address/668JcT...
1977
Votes: 0
Answers: 0
Solana installation failure with curl: (23) Failure writing output to destination
When following the Solana tool suite installation guide I got the following error which says curl: (23) Failure writing output to destination.
sh -c "$(curl -N -sSfL https://release.solana.com/v1...
Eranda
Votes: 0
Answers: 2
How to verify with Python (PyNaCl) a message signed by Solana wallet adapter (javascript)
I have signed a message using Solana's wallet adapter example:
import { useWallet } from '@solana/wallet-adapter-react';
import bs58 from 'bs58';
import React, { FC, useCallback } from 'react';
import...
Ander
Votes: 0
Answers: 1