Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Feb 2, 2024
1 parent 1ebfd83 commit 412f913
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/tutorials/tutorials.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/vote-extensions/oracle/03-testing-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-0.50/tutorials/tutorials.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 412f913

Please sign in to comment.