Giter Club home page Giter Club logo

dogecoin-bip84's Introduction

Hi there ๐Ÿ‘‹

I'm Anderson Juhasc, a โœจ Fullstack developer and Bitcoiner โœจ.

Here are some ideas to get about me:

  • ๐Ÿ”ญ Iโ€™m currently looking for a new project.
  • ๐ŸŒฑ Iโ€™m currently learning Lightning Network and Nostr
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Bitcoin, Lightning Network and Nostr Projects

dogecoin-bip84's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yerofey

dogecoin-bip84's Issues

Convert address to base58?

Loving just playing around with this library. Thank you. Was just coding up a little test thing. I copied and pasted a sample of the code. The issue is the result when using testnet gives an address td1qjdk4ashlydvrne997tls6cn7g9tpkq29q2fq6n. However when I try and put this into my wallet, it gives an error about it not being base58. How do we go between what is outputted by account0.getAddress(0) and what can be used in a wallet?

const { fromMnemonic, fromZPrv, fromZPub } = require('dogecoin-bip84')

var mnemonic = 'dolphin depart wild cannon fitness tennis emotion fruit tired dress office about pupil level iron'
var root = new fromMnemonic(mnemonic, '', true)
var child0 = root.deriveAccount(0)
var account0 = new fromZPrv(child0)
console.log('Address:', account0.getAddress(0))

I copied and pasted the td1qjdk4ashlydvrne997tls6cn7g9tpkq29q2fq6n into a base58 converter, but it didn't work either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.