|
1 | 1 | # Multichain Blockchain PHP library |
2 | 2 |
|
3 | 3 | This is a library that I have created for my recent project. |
4 | | -It's a useful tool if you want to implement Multichain blockchain in your projects. It is very easy to |
5 | | -use and work with. |
6 | | -I would suggest you wrap around an MVC framework around it so it can be used kind of a BaaS (Blockchain as a Service) |
| 4 | +It's a useful tool if you want to implement Multichain blockchain in your projects. It is very easy to use and work with. |
| 5 | +I would suggest you wrap around an MVC framework around it so it can be used kind of a BaaS (Blockchain as a Service), you can send request and process it via queue manager like Kafka or rabbitmq. |
7 | 6 | MultiChain 2.3.3. update the library `core/Private/MultiChainClient.php` to be able to use the updated library and change the `.env` file details. That should get your project up. I would highly recommend using docker as a deploy container. |
8 | 7 |
|
9 | 8 | It is fairly easy Just go through `index.php` most of the examples are provided there and the code is documented(can't believe it) |
10 | 9 |
|
| 10 | +FYI |
| 11 | +Several process manager tools can be used to manage RabbitMQ processes. Here are a few commonly used ones: |
| 12 | + |
| 13 | +Systemd:Systemd is a Linux initialization system and service manager. It's commonly used on modern Linux distributions to manage system processes, including RabbitMQ. |
| 14 | + |
| 15 | +Supervisord:Supervisord is a process control system that allows its users to monitor and control a number of processes on Unix-like operating systems. It's often used to manage RabbitMQ processes. |
| 16 | + |
| 17 | +Docker Compose:If you are using Docker to containerize your RabbitMQ application, Docker Compose can be used to manage multiple containers, including RabbitMQ. |
| 18 | + |
11 | 19 | ## Basic commands for Multichain Blockchain |
12 | 20 | To be able to work with multichain some basic CLI commands are required, which are given below |
13 | 21 |
|
|
0 commit comments