Skip to content

Integration Guides

BitHaru edited this page Sep 14, 2020 · 16 revisions

1. Solutions

There are 3 solutions to integrate Raicoin to your applications. Correspond to the number of your users: small, medium or large.

1.1 Solution 1

option 1

1.2 Solution 2

option 2

1.3 Solution 3

option 3

2. Components

2.1 Nginx

It works as a reverse proxy, processes all SSL related things, then forward requests to other LOCAL Raicoin's components. You can find more details here:Nginx docs

2.2 rai_node

It's Raicoin network's core application. These nodes implement raicoin protocol. See How to run a node

2.2 rai_wallet_rpc

It's a Raicoin wallet client with rpc apis to control it. See How to run rai_wallet_rpc

2.3 rai_wallet_server.py

It's a python script, work as wallet server and load balancer. See How to run rai_wallet_server.py