swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

60 isolate connector #92

Closed 0xp3gasus closed 2 years ago

0xp3gasus commented 2 years ago

Description

Connector can be isolated from blockchain nodes. It supports multiple tokens at the same time in differents networks. With the Admin package created, it is posible to add, update and remove tokens in differents networks. The rest of the functionality of the connector is the same.

Endpoint paths have been replace from /rpc and /ws to {coin}/{network}/rpc and /{coin}/network}/ws

Fixes #60

Dependencies (if any)

None

Type of change

How Has This Been Tested?

Test Configuration:

Good practices to consider

phoenix-web3 commented 2 years ago

This PR is huge, @hippocampusSwapper and @bridgedragon should review this PR