substrate-contracts-node
substrate-contracts-node copied to clipboard
Minimal Substrate node configured for smart contracts via pallet-contracts.
When using substrate-contracts-node, when try to read the raw storage value using pallet_contracts::rpc::get_storage(addr, key), it always returns None, compared to using my custom runtime, it reflected the results correctly. I...
Added support of the [chain extension](https://github.com/Supercolony-net/pallet-assets-chain-extension) for `pallet-assets`. The extension requires additional changes on the `pallet-assets` side to be ready for production. But we ca enable it already for testing=)
I'm trying to compile a debug version of the contracts-node on Ubuntu ARM64, but got the following error. Compiling contracts-node v0.17.0 (/home/parallels/Desktop/substrate-contracts-node/node) error: linking with `cc` failed: exit status: 1...
When running substrate-contracts-node --dev no block is produced. Only log line produced is: 2022-04-22 11:26:45 💻 Operating system: macos 2022-04-22 11:26:45 💻 CPU architecture: aarch64 2022-04-22 11:26:45 📦 Highest known...
I use the parameter Option in a method, and then use https://polkadot.js.org/apps/#/contracts to deploy the contract and test. But I can not input the argument properly. 
``` | 302 | impl pallet_contracts::Config for Runtime { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `MaxCodeLen`, `RelaxedMaxCodeLen` in implementation | = help: implement the missing item: `type MaxCodeLen = Type;` = help: implement...
When i try compiling the node, I get this error. Any idea how to go about this? ``` node/src/service.rs:180:16 | 180 | rpc_builder: rpc_extensions_builder, | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `jsonrpsee_core::server::rpc_module::RpcModule`, found...
Hi there, I successfully install `substrate-contract-node` by running command `cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked` on my Raspberry Pi 400. OS information below: `Linux rpi400 5.15.32-v8+ #1538 SMP PREEMPT...
Hello, I just downloaded and built the latest substrate-contracts-node and run it using the command: `substrate-contracts-node --dev`  Then open this URL in the browser on the same machine: https://paritytech.github.io/contracts-ui/#/?rpc=ws://127.0.0.1:9944...
When I run the latest contracts-node mac binary i still get `Origin denied` for [localhost](http://localhost/), as if it didn't really start in dev mode. if i add `--dev` i can...