mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Point documentation links to monorepo (#1741)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Contracts 📝
|
||||
|
||||
This is a parachain node for smart contracts; it contains a default configuration of
|
||||
Substrate's module for smart contracts ‒ the [`pallet-contracts`](https://github.com/paritytech/substrate/tree/master/frame/contracts).
|
||||
Substrate's module for smart contracts ‒ the [`pallet-contracts`](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/contracts).
|
||||
|
||||
The node is only available on Rococo, a testnet for Polkadot and Kusama parachains.
|
||||
It has been configured as a common good parachain, as such it uses the Rococo relay
|
||||
@@ -16,7 +16,7 @@ If you have any questions, it's best to ask in the
|
||||

|
||||
|
||||
This node contains Substrate's smart contracts module ‒ the
|
||||
[`pallet-contracts`](https://github.com/paritytech/substrate/tree/master/frame/contracts).
|
||||
[`pallet-contracts`](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/contracts).
|
||||
This pallet takes smart contracts as WebAssembly blobs and defines an API
|
||||
for everything a smart contract needs (storage access, …).
|
||||
As long as a programming language compiles to WebAssembly and there exists an implementation
|
||||
@@ -54,7 +54,8 @@ Once the executable is built, launch the parachain node via:
|
||||
./target/release/polkadot-parachain --chain contracts-rococo
|
||||
```
|
||||
|
||||
Refer to the [setup instructions](https://github.com/paritytech/cumulus#manual-setup) to run a local network for development.
|
||||
Refer to the [setup instructions](https://github.com/paritytech/polkadot-sdk/tree/master/cumulus#manual-setup) to run a
|
||||
local network for development.
|
||||
|
||||
### Rococo Deployment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user