Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4fab646

Browse files
Update README.md
1 parent 19506f8 commit 4fab646

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

‎README.md‎

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Multichain Blockchain PHP library
22

33
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.
76
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.
87

98
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)
109

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+
1119
## Basic commands for Multichain Blockchain
1220
To be able to work with multichain some basic CLI commands are required, which are given below
1321

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /