Crates.io | polymesh-extension |
lib.rs | polymesh-extension |
version | 0.2.0 |
source | src |
created_at | 2022-10-06 20:04:35.113177 |
updated_at | 2022-10-12 17:02:03.956496 |
description | Polymesh chain extension for Ink! Smart Contracts |
homepage | |
repository | https://github.com/PolymeshAssociation/polymesh-extension |
max_upload_size | |
id | 681566 |
size | 17,223 |
Polymesh chain extension for Ink! Smart contracts.
This is the low-level Ink! ChainExtension for Polymesh. It is recommended to use
crate polymesh-api
(with feature ink
) for an easier to use interface.
See example examples/extension-tester
to see how to make runtime calls and read storage.