Crates.io | contract-transcode |
lib.rs | contract-transcode |
version | |
source | src |
created_at | 2022-06-08 17:05:23.012522 |
updated_at | 2024-11-06 09:20:06.220401 |
description | Library encoding calls for smart contracts on substrate |
homepage | https://www.substrate.io/ |
repository | https://github.com/paritytech/cargo-contract |
max_upload_size | |
id | 602168 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Contains utilities for encoding smart contract calls to SCALE.
Currently part of cargo-contract
, the build tool for smart
contracts written in ink!.
See crate docs for example usage.