python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use github's kadena-io/cardano-crypto.js mnemonic in react native wallet
I want to use github's kadena-io/cardano-crypto.js.This is the cardano-crypto.js Link: https://github.com/kadena-io/cardano-crypto.js. But it is an error when used. I've tried a lot to fix the error, ...
Tiny
Votes: 0
Answers: 0
What does gcc -E option stand for?
According to gcc manual, the -E option only preprocesses the .c source file, without running the compiler and just giving an input file (.i). But what does the -E stand for?
Nicolas F
Votes: 0
Answers: 1
I want to get the address from mnemonic with the proper derivation path
I am very new to blockchain programming and programming in general. I want to generate my SOL address using the mnemonic seed phrase with the derivation path "m/44'/501'/0'/0". I can't find ...
Tyaaz
Votes: 0
Answers: 1