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)
PyNaCl library needed, imported, but still needed
I recently started making a Discord bot on Python, and I would like to create a music playing option, so I used the function "connect()" which require the library "PyNaCl", so I in...
Triplaqs
Votes: 0
Answers: 1
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