substrate-contracts-node
substrate-contracts-node copied to clipboard
Minimal Substrate node configured for smart contracts via pallet-contracts.
Should be in the form of https://github.com/paritytech/cargo-contract#installation-using-docker-image. The Docker which is referred there already contains the executable of the latest `substrate-contracts-node` release ([this is done here](https://github.com/paritytech/scripts/blob/master/dockerfiles/contracts-ci-linux/Dockerfile#L53-L56)), so we can just...
When I run the node without debug logging I get the usual logs. ` (base) ➜ protocol git:(captcha_solution_key) ✗ substrate-contracts-node --dev --tmp` > 2021-10-29 20:49:05 Running in --dev mode, RPC...
Working on https://github.com/substrate-developer-hub/substrate-docs/issues/132 I wanted to make sure we have the template updated for the launch of the new docs :grin: I see that the node is floating on some...
When querying the substrate contracts node with polkadot-js, it tells me that Alice has `1.1529 MUnit`. ``` Alice Balance: { nonce: '0', consumers: '0', providers: '1', sufficients: '0', data: {...
I was supersized not to see any mention in the README or tags for this repo about https://github.com/paritytech/ink - I figure an easy win for search ability to add a...
It would be cool to have easier setup in place, other than just manually downloading a binary and moving it to `/usr/local/bin` (or storing it elsewhere) each time it updates....
Some contracts must be tested in an e2e environment (using substrate-contract-node) with the possibility of testing their time-dependent behavior. To make such tests possible one should be able to manipulate...
Not enough info at https://docs.substrate.io/tutorials/smart-contracts/prepare-your-first-contract/#install-the-substrate-contracts-node I could download the tar and extract it, what then? I guess I have to put `substrate-contracts-node` in my PATH, but no instructions are given...
Now we are using crates.io dependencies and releasing to crates.io, we should update the guide for updating the node to the latest release. This can be done following the first...