You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(https://github.com/paritytech/polkavm) for current integration of PolkaVM into Substrate.
26
-
Team planing to improve this solution in the future.
27
-
28
-
## Functions
25
+
PolkaVM pallet supports GAS using [PolkaVM gas](https://github.com/paritytech/polkavm).
29
26
27
+
## Storage
28
+
[Design](https://github.com/QuantumFusion-network/spec/blob/main/docs/PolkaVM/smart_contract_storage.md) and [example](https://github.com/QuantumFusion-network/qf-polkavm-sdk/blob/main/examples/example-smart-contract/src/main.rs).
29
+
[Modeling](https://github.com/QuantumFusion-network/spec/blob/main/docs/PolkaVM/qfPolkaVM-X_O_game_modeling.md) of the X|O game by using [qf-polkavm-sdk](https://github.com/QuantumFusion-network/qf-polkavm-sdk/tree/main) and [storage api](https://github.com/QuantumFusion-network/qf-polkavm-sdk/blob/main/src/lib.rs#L145).
30
30
31
31
## QF Framework for Smart Contracts PolkaVM v2
32
-
33
-
The first implementation of the QF Framework is too low level, team understand it. It was done for testing integration of two runtimes.
All of this avaliable in QF DevNet (http://dev.qfnetwork.xyz).
76
-
77
-
## QF Framework for Smart Contracts PolkaVM v3
78
-
79
-
Planned that next version includes the next features: `https://github.com/QuantumFusion-network/spec/issues/9`.
32
+
Please find example of the contract [here](https://github.com/QuantumFusion-network/qf-polkavm-sdk/blob/main/examples/example-smart-contract/src/main.rs). For getting starting also please read [readme](https://github.com/QuantumFusion-network/qf-polkavm-sdk/blob/main/README.md).
0 commit comments