hello people! anyone who has worked with the creation of a wallet for btc using any API ? which is the most commonly used for JS ?
Best regards!
Aug 14, 2022, 11:51 AM
I used bip39 library. Works pretty well
It have a built in generateMnemonic function
Aug 14, 2022, 12:40 PM
Bitcoinjs-lib
For an API, you can take a look at cryptoapis(dot)io
Aug 14, 2022, 12:54 PM
the process of creating a wallet (seed phrase, private key) should not be over the network 👌
Aug 14, 2022, 1:19 PM
Same goes with punks as well
Aug 14, 2022, 1:38 PM
its so close to erc721, but slight miss haha
Aug 14, 2022, 1:57 PM