jaros1 / Money-Network

Demo with complementary and alternative money. Implemented in ZeroNet and AngularJS. Focus on privacy, encryption, max data in client and min data on ZeroNet. Work in progress.
GNU General Public License v2.0
4 stars 4 forks source link

Testcase - test bitcoins with two external APIs #272

Open jaros1 opened 6 years ago

jaros1 commented 6 years ago

Same currency (test bitcoins), but using two different external API's W2 - using btc.com W3 - using holytransaction.com

Requires a commen API between W2 and W3.

For example in form of identical extra json schema definitions and identical json workflow. wallet.json file should contain info about wallet extra json schema definitions and json schema workflow. Identical extra json schema definition and identical workflow = maybe compatible wallets.

See https://github.com/jaros1/Money-Network-W2/issues/32

jaros1 commented 6 years ago

Required testcase as MN UI should could handle the situation with two contacts using identical currency but different wallet sites / external APIs.