Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-architect/multichain-blockchain-php-library
A php library for permissioned blockchain Multichain. Mainly focuses on Asset management and Streams
https://github.com/code-architect/multichain-blockchain-php-library
env multichain multichain-wallet multichaincli permissioned-blockchain php8 rest-api symfony-bundle
Last synced: about 1 month ago
JSON representation
A php library for permissioned blockchain Multichain. Mainly focuses on Asset management and Streams
- Host: GitHub
- URL: https://github.com/code-architect/multichain-blockchain-php-library
- Owner: code-architect
- Created: 2023-11-14T23:42:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T09:43:47.000Z (12 months ago)
- Last Synced: 2024-09-30T16:20:11.656Z (about 2 months ago)
- Topics: env, multichain, multichain-wallet, multichaincli, permissioned-blockchain, php8, rest-api, symfony-bundle
- Language: PHP
- Homepage: http://codearchitect.in/
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multichain Blockchain PHP library
This is a library that I have created for my recent project.
It's a useful tool if you want to implement Multichain blockchain in your projects. It is very easy to use and work with.
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.
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.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)
FYI
Several process manager tools can be used to manage RabbitMQ processes. Here are a few commonly used ones:Systemd:Systemd is a Linux initialization system and service manager. It's commonly used on modern Linux distributions to manage system processes, including RabbitMQ.
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.
Docker Compose:If you are using Docker to containerize your RabbitMQ application, Docker Compose can be used to manage multiple containers, including RabbitMQ.
## Basic commands for Multichain Blockchain
To be able to work with multichain some basic CLI commands are required, which are given belowStarting a node
`multichaind -daemon`Get all the required parameters
`multichain-cli getinfo`Get get the information of the block and who mined it
`multichain-cli getblock `Create a new multichain blockchain
`multichain-util create `Connect to blockchain from second node
`multichaind @[ip-address]:[port]`Provide required permissions to second node
`Multichain-cli grant connect`Reconnect from Second Node
`multichaind @[ip-address]:[port]`Multichain get info
`multichain-cli getinfo`List of addresses
`multichain-cli listaddresses`Get new address
`multichain-cli getnewaddress`List permissions
`multichain-cli listpermissions`List permissions type
`multichain-cli listpermissions issus/mine/admin`