We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://devdocs.decred.org/developer-guides/addresses/#address-format
This gives give a good outline of the address format. Would be useful to provide links to code or code snippets which are example implementations.
The text was updated successfully, but these errors were encountered:
https://devdocs.decred.org/developer-guides/addresses/#address-format This gives give a good outline of the address format. Would be useful to provide links to code or code snippets which are example implementations.
Is the prefix of the test network the same?
Sorry, something went wrong.
I found a way to get the prefix Use base58 to decode the address of the test network, the first 2 bytes are the prefix
No branches or pull requests
https://devdocs.decred.org/developer-guides/addresses/#address-format
This gives give a good outline of the address format. Would be useful to provide links to code or code snippets which are example implementations.
The text was updated successfully, but these errors were encountered: