module
0.0.0-20231002075534-34c5cdaebac1
Repository: https://github.com/dimalinux/gopherphis.git
Documentation: pkg.go.dev
# README
Gopherphis
While some wallets may get left behind when Monero switches to the Seraphis protocol and Jamtis addressing, this new wallet written in pure Go will be ready and support Seraphis on day 1 when Monero switches. Seraphis is still a couple years away and evolving, but we'll track the changes and use the time to develop a solid wallet.
Besides a wallet, the individual packages of this project are created and documented so as to be general purpose Go libraries when working on Monero related projects in Go.
# Packages
Package cryptonote is for libraries to manage the keys and addresses used before Jamtis.
Package jamtis is for libraries to manage the keys and addresses used when Monero switches to the Seraphis protocol.
No description provided by the author
Package mnemonic is for seed handling in the way that was preferred before Seraphis, but can still be used with Seraphis/Jamtis.
Package polyseed implements Monero's newer mnemonic seed scheme that only requires 16 seeds and records the wallet's approximate birthday as part of the seed phrase.
Package util is for general purpose functions that can be useful for any package in the repo.