Point documentation links to monorepo (#1741)

This commit is contained in:
Sebastian Kunert
2023-09-29 22:33:26 +02:00
committed by GitHub
parent f820dc0a1f
commit 9485b0b492
44 changed files with 83 additions and 82 deletions
@@ -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
![Contracts Overview](./contracts-overview.svg)
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