sirius-social / sirius-sdk-php
SDK to develop Smart-Contracts in Self-sovereign-identity environment
dev-master
2021-04-22 17:58 UTC
Requires
- php: ^7.3
- ext-json: *
- ext-mbstring: *
- ext-sockets: *
- guzzlehttp/guzzle: ^7.0
- myclabs/php-enum: ^1.7
- paragonie/sodium_compat: ^1.13
- phlak/semver: ^3.2.0
- php-ds/php-ds: ^1.3
- ratchet/pawl: ^0.3.5
- stephenhill/base58: ^1.1
- textalk/websocket: ^1.5
- wisembly/elephant.io: ^3.3
- wrench/wrench: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is not auto-updated.
Last update: 2025-04-04 04:01:42 UTC
README
Sirius Smart-Contract is distributed state-machine driven by Edge-Chain protocol that approved by participants. Sirius SDK is entry point to develop distributed machines that acts as whole smart-contract.
Key Features
- Develop state-machines over protocols in blocking develoment style avoiding Callback Hell.
- Supports Aries concepts and features.
- Make it easy to solve identity problem, tune complex identity task for your demand:
- Setup Indy Agent in Cloud (Sirius Hub) or deploy self developed one
- Configure private keys management system on your side: database, HSM, Indy Wallet, etc.
- Configure Trust environment with your contragents via Microledgers, Sovrin Network, other Indy Ledgers, Triple Signed Receips, Merkle-Proofs out of the box.
- Define specific consensus procedures through state-machines that progress states of participants in Transport-Agnostic environment - save money on IT-infrastructure.