mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
Merge branch 'planetmint:main' into main
This commit is contained in:
commit
c70d4443a1
@ -134,4 +134,11 @@ and
|
||||
|
||||
Planetmint has been developed with simple logical gateways in mind. The logic got introduced by [cryptoconditions](https://https://docs.planetmint.io/projects/cryptoconditions). The cryptocondition documentation contains all details about how conditoins are defined and how they can be verified and fulfilled.
|
||||
|
||||
The integration of such into the transaction schema of Planetmint is shown below.
|
||||
The integration of such into the transaction schema of Planetmint is shown below.
|
||||
|
||||
## Zenroom Smart Contracts and Policies
|
||||
|
||||
[Zenroom](https://zenroom.org/) was integrated into [cryptoconditions](https://https://docs.planetmint.io/projects/cryptoconditions) to allow for human-readable conditions and fulfillments.
|
||||
At the moment these contracts can only be stateless, which implies that the conditions and fulfillments need to be transacted in the same transaction. However, [PRP-10](https://github.com/planetmint/PRPs/tree/main/10) aims to make stateful contracts possible, which enables asynchronous and party-independent processing of contracts.
|
||||
|
||||
As for network-wide or asset-based policies [PRP-11](https://github.com/planetmint/PRPs/tree/main/11) specifies how these can be implemented and how these can be used to verify a transaction state before it is commited to the network.
|
||||
|
@ -80,7 +80,10 @@ curl -L https://tarantool.io/DDJLJzv/release/2.8/installer.sh | bash
|
||||
sudo apt-get -y install tarantool
|
||||
```
|
||||
|
||||
## Sharding with Tarantool
|
||||
|
||||
If the load on a single node becomes to large Tarantool allows for sharding to scale horizontally.
|
||||
For more information on how to setup sharding with Tarantool please refer to the [official Tarantool documentation](https://www.tarantool.io/en/doc/latest/reference/reference_rock/vshard/vshard_index/).
|
||||
|
||||
## Install Tendermint
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user