Skip to content

Commit

Permalink
fix(devx): update tutorial title
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Aug 22, 2024
1 parent ec8d222 commit 6d2ecbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/build/isc/v1.1/docs/tutorials/defi-yield-farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ tags:

import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md';

# Building a Yield Farming DApp on IOTA EVM Testnet with Pyth Oracle Price Feed
# Yield Farming DApp with Pyth Network Price Feeds

## Introduction

In this tutorial, we will guide you through the process of building a yield farming decentralized application (DApp) using [Solidity](https://docs.soliditylang.org/en/v0.8.26/), one of the most widely adopted programming languages for [Ethereum](https://ethereum.org/en/) smart contracts, and the [Hardhat](https://hardhat.org/) development environment, a powerful and flexible framework for building on the Ethereum blockchain. Additionally, we will use the Pyth Oracle Price Feed to retrieve the IOTA/USD price feed, which will be used to calculate rewards for stakers.
In this tutorial, we will guide you through the process of building a yield farming decentralized application (DApp) using [Solidity](https://docs.soliditylang.org/en/v0.8.26/), one of the most widely adopted programming languages for [Ethereum](https://ethereum.org/en/) smart contracts, and the [Hardhat](https://hardhat.org/) development environment, a powerful and flexible framework for building on the Ethereum blockchain. Additionally, we will use the Pyth Network Price Feeds to retrieve the IOTA/USD price feed, which will be used to calculate rewards for stakers.

## What is Yield Farming

Expand Down
4 changes: 2 additions & 2 deletions docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ tags:

import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md';

# Building a Yield Farming DApp on IOTA EVM Testnet with Pyth Oracle Price Feed
# Yield Farming DApp with Pyth Network Price Feeds

## Introduction

In this tutorial, we will guide you through the process of building a yield farming decentralized application (DApp) using [Solidity](https://docs.soliditylang.org/en/v0.8.26/), one of the most widely adopted programming languages for [Ethereum](https://ethereum.org/en/) smart contracts, and the [Hardhat](https://hardhat.org/) development environment, a powerful and flexible framework for building on the Ethereum blockchain. Additionally, we will use the Pyth Oracle Price Feed to retrieve the IOTA/USD price feed, which will be used to calculate rewards for stakers.
In this tutorial, we will guide you through the process of building a yield farming decentralized application (DApp) using [Solidity](https://docs.soliditylang.org/en/v0.8.26/), one of the most widely adopted programming languages for [Ethereum](https://ethereum.org/en/) smart contracts, and the [Hardhat](https://hardhat.org/) development environment, a powerful and flexible framework for building on the Ethereum blockchain. Additionally, we will use the Pyth Network Price Feeds to retrieve the IOTA/USD price feed, which will be used to calculate rewards for stakers.

## What is Yield Farming

Expand Down

0 comments on commit 6d2ecbc

Please sign in to comment.