Tribler / anydex-core

The Universal Decentralized Exchange
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Implemented Node class and abstract Provider class #41

Closed yzwetsloot closed 4 years ago

yzwetsloot commented 4 years ago

Added a class Node with functionality for creating nodes from user-provided configuration parameters, or from default hosts contained in a separate .json file.

Added an abstract Provider class that defines an interface for all concrete Provider classes required to interact with cryptocurrency wallets.

tribler-ci commented 4 years ago

Can one of the admins verify this patch?