Skip to content

Commit

Permalink
fix(devx): add link to frontend repo on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Aug 22, 2024
1 parent ac10546 commit ec8d222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 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 @@ -147,7 +147,6 @@ import "@pythnetwork/pyth-sdk-solidity/PythUtils.sol";
/**
* @title IOTA Yield Farming Contract
* @author [Your Name]
* @notice This contract allows users to stake IOTATokens and earn rewards in DappTokens
* @dev Implements staking, unstaking, and reward distribution mechanisms
*/
Expand Down Expand Up @@ -413,7 +412,7 @@ You can verify your contract by visiting
the [EVM Testnet Explorer](https://explorer.evm.testnet.shimmer.network/),
and searching for the address from the previous step. If you access the `Contract` tab, you should be able to see your code and interact with your contract.

Feel free to [fork this repository](https://github.com/iota-community/Defi-yield-farming), contribute with pull requests, or customize it to suit your needs.
Feel free to [fork this repository](https://github.com/iota-community/Defi-yield-farming), contribute with pull requests, or customize it to suit your needs. We have a React [frontend](https://github.com/iota-community/Defi-yield-farming/tree/main/frontend) on the repository that you can use to interact with Token Farm smart contract.

### Key Concepts Covered:

Expand Down
3 changes: 1 addition & 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 @@ -147,7 +147,6 @@ import "@pythnetwork/pyth-sdk-solidity/PythUtils.sol";
/**
* @title IOTA Yield Farming Contract
* @author [Your Name]
* @notice This contract allows users to stake IOTATokens and earn rewards in DappTokens
* @dev Implements staking, unstaking, and reward distribution mechanisms
*/
Expand Down Expand Up @@ -413,7 +412,7 @@ You can verify your contract by visiting
the [EVM Testnet Explorer](https://explorer.evm.testnet.shimmer.network/),
and searching for the address from the previous step. If you access the `Contract` tab, you should be able to see your code and interact with your contract.

Feel free to [fork this repository](https://github.com/iota-community/Defi-yield-farming), contribute with pull requests, or customize it to suit your needs.
Feel free to [fork this repository](https://github.com/iota-community/Defi-yield-farming), contribute with pull requests, or customize it to suit your needs. We have a React [frontend](https://github.com/iota-community/Defi-yield-farming/tree/main/frontend) on the repository that you can use to interact with Token Farm smart contract.

### Key Concepts Covered:

Expand Down

0 comments on commit ec8d222

Please sign in to comment.