diff --git a/docs/tutorials/tutorials.md b/docs/tutorials/tutorials.md index 3a64bd240..e6828c9fa 100644 --- a/docs/tutorials/tutorials.md +++ b/docs/tutorials/tutorials.md @@ -1,7 +1,9 @@ --- sidebar_position: 0 --- -# Advanced Tutorials +# Tutorials + +## Advanced Tutorials This section provides a concise overview of tutorials focused on implementing vote extensions in the Cosmos SDK. Vote extensions are a powerful feature for enhancing the security and fairness of blockchain applications, particularly in scenarios like implementing oracles and mitigating auction front-running. diff --git a/docs/tutorials/vote-extensions/oracle/03-testing-oracle.md b/docs/tutorials/vote-extensions/oracle/03-testing-oracle.md index 859b9518e..99dd467c3 100644 --- a/docs/tutorials/vote-extensions/oracle/03-testing-oracle.md +++ b/docs/tutorials/vote-extensions/oracle/03-testing-oracle.md @@ -7,7 +7,7 @@ We will guide you through the process of testing the Oracle module in your appli First, we need to compile and install the application. Please ensure you are in the `tutorials/oracle/base` directory. Run the following command in your terminal: ```shell -bash make install +make install ``` This command compiles the application and moves the resulting binary to a location in your system's PATH. @@ -17,7 +17,7 @@ This command compiles the application and moves the resulting binary to a locati Next, we need to initialise the application. Run the following command in your terminal: ```shell -bash make init +make init ``` This command runs the script `tutorials/oracle/base/scripts/init.sh`, which sets up the necessary configuration for your application to run. This includes creating the `app.toml` configuration file and initialising the blockchain with a genesis block. diff --git a/versioned_docs/version-0.50/tutorials/tutorials.md b/versioned_docs/version-0.50/tutorials/tutorials.md index 3a64bd240..e6828c9fa 100644 --- a/versioned_docs/version-0.50/tutorials/tutorials.md +++ b/versioned_docs/version-0.50/tutorials/tutorials.md @@ -1,7 +1,9 @@ --- sidebar_position: 0 --- -# Advanced Tutorials +# Tutorials + +## Advanced Tutorials This section provides a concise overview of tutorials focused on implementing vote extensions in the Cosmos SDK. Vote extensions are a powerful feature for enhancing the security and fairness of blockchain applications, particularly in scenarios like implementing oracles and mitigating auction front-running.