mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Point documentation links to monorepo (#1741)
This commit is contained in:
@@ -80,7 +80,7 @@ impl From<u32> for LaneIdWrapper {
|
||||
type BridgeHubRococoRuntime = <BridgeHubRococo as Chain>::Runtime;
|
||||
type BridgeHubWococoRuntime = <BridgeHubWococo as Chain>::Runtime;
|
||||
|
||||
// TODO: uncomment when https://github.com/paritytech/cumulus/pull/2528 is merged
|
||||
// TODO: uncomment when https://github.com/paritytech/polkadot-sdk/pull/1352 is merged
|
||||
// type BridgeHubPolkadotRuntime = <BridgeHubPolkadot as Chain>::Runtime;
|
||||
// type BridgeHubKusamaRuntime = <BridgeHubKusama as Chain>::Runtime;
|
||||
|
||||
@@ -89,7 +89,7 @@ pub type RococoWococoMessageHandler =
|
||||
pub type WococoRococoMessageHandler =
|
||||
BridgeHubMessageHandler<BridgeHubWococoRuntime, BridgeHubRococoRuntime, Instance2>;
|
||||
|
||||
// TODO: uncomment when https://github.com/paritytech/cumulus/pull/2528 is merged
|
||||
// TODO: uncomment when https://github.com/paritytech/polkadot-sdk/pull/1352 is merged
|
||||
// pub type PolkadotKusamaMessageHandler
|
||||
// = BridgeHubMessageHandler<BridgeHubPolkadotRuntime, BridgeHubKusamaRuntime, Instance1>;
|
||||
// pub type KusamaPolkadotMessageHandler
|
||||
|
||||
@@ -248,7 +248,7 @@ decl_test_bridges! {
|
||||
target = BridgeHubRococo,
|
||||
handler = WococoRococoMessageHandler
|
||||
}
|
||||
// TODO: uncomment when https://github.com/paritytech/cumulus/pull/2528 is merged
|
||||
// TODO: uncomment when https://github.com/paritytech/polkadot-sdk/pull/1352 is merged
|
||||
// pub struct PolkadotKusamaMockBridge {
|
||||
// source = BridgeHubPolkadot,
|
||||
// target = BridgeHubKusama,
|
||||
|
||||
@@ -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