ivan huayraña

Results 4 comments of ivan huayraña

This project is not currently providing support. So I decided to make my own version based on wordfind. Your commit was added. https://github.com/ideas-delivery/wfgame/commit/6311c006a0d03a44dbf2a48849dc1b0aad90ec4c

i solved using `secp256k1` ```javascript const secp256k1 = require('secp256k1'); let publicKey = secp256k1.publicKeyCreate(privateKey); ```