Doichain / dapp

Doichan dApp - a Meteor.js implementation of the "Doichain Atomic Double-Opt-In" Protocol
https://www.doichain.org
MIT License
6 stars 6 forks source link

Creating a switch between reqtest and mainnet #15

Closed silkroadnomad closed 6 years ago

silkroadnomad commented 6 years ago

Certain methods for signing, verifying, encrypting or decrypting have a different byte for regtest current implementation might not work for regtest at the moment.

https://github.com/Doichain/dapp/blob/0.0.2-hotfix/imports/modules/server/namecoin/verify_signature.js

See also: https://github.com/Doichain/dapp/issues/4

silkroadnomad commented 6 years ago

See: https://github.com/Doichain/dapp/issues/24 Because we also need Testnet!

silkroadnomad commented 6 years ago

I am working on testnet now succesfully, regtest should work also.