Skip to content

Commit e5e13d2

Browse files
committed
llms
1 parent 2bd2be3 commit e5e13d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,7 +3687,7 @@ In addition, several external templates offer unique features and can align with
36873687
- The [`generic-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/generic-template){target=\_blank} provides a minimal setup with essential pallets and secure defaults, creating a reliable foundation for custom blockchain development
36883688
- The [`evm-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/evm-template){target=\_blank} enables EVM compatibility, allowing developers to migrate Solidity contracts and EVM-based dApps. This template is ideal for Ethereum developers looking to leverage Substrate's capabilities
36893689

3690-
- [**`Tanssi`**](https://github.com/moondance-labs/tanssi/tree/master/container-chains/runtime-templates){target=\_blank} - provides developers with pre-built templates that can help accelerate the process of creating appchain
3690+
- [**`Tanssi`**](https://github.com/moondance-labs/tanssi/tree/master/chains/container-chains/runtime-templates){target=\_blank} - provides developers with pre-built templates that can help accelerate the process of creating appchain
36913691

36923692
- [**`Pop Network`**](https://learn.onpop.io/appchains/pop-cli/new#templates){target=\_blank} - designed with user-friendliness in mind, Pop Network offers an approachable starting point for new developers, with a simple CLI interface for creating appchains
36933693

@@ -10777,7 +10777,7 @@ This command provides an interactive experience that checks and installs all nec
1077710777
Start a new project quickly using Pop CLI's `pop new parachain` command:
1077810778

1077910779
<div id="termynal" data-termynal>
10780-
<img src="../../../../../../../images/develop/toolkit/parachains/quickstart/pop-new.gif" alt="pop new" style="max-width: 100%" />
10780+
<img src="/images/develop/toolkit/parachains/quickstart/pop-new.gif" alt="pop new" style="max-width: 100%" />
1078110781
</div>
1078210782

1078310783
The command above scaffolds a new parachain project using the default template included with Pop CLI. For more specialized implementations, additional templates are available; you can explore them by running `pop new parachain --help`.
@@ -10803,7 +10803,7 @@ This command will automatically fetch the necessary binaries and spin up a Polka
1080310803
You can also interact with your local network using Pop CLI's `pop call chain` command:
1080410804

1080510805
<div id="termynal" data-termynal>
10806-
<img src="../../../../../../../images/develop/toolkit/parachains/quickstart/call-chain.gif" alt="pop call" style="max-width: 100%" />
10806+
<img src="/images/develop/toolkit/parachains/quickstart/call-chain.gif" alt="pop call" style="max-width: 100%" />
1080710807
</div>
1080810808

1080910809
## Where to Go Next
@@ -14251,7 +14251,7 @@ scrape_configs:
1425114251
-8<-- 'code/infrastructure/running-a-validator/operational-tasks/general-management/instance-down.yml'
1425214252
```
1425314253

14254-
If any of the conditions defined in the rules file are met, an alert will be triggered. For more on alert rules, refer to [Alerting Rules](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/){target=\_blank} and [additional alerts](https://awesome-prometheus-alerts.grep.to/rules.html){target=\_blank}.
14254+
If any of the conditions defined in the rules file are met, an alert will be triggered. For more on alert rules, refer to [Alerting Rules](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/){target=\_blank} and [additional alerts](https://samber.github.io/awesome-prometheus-alerts/rules.html){target=\_blank}.
1425514255

1425614256
3. Update the file ownership to `prometheus`:
1425714257

0 commit comments

Comments
 (0)