Skip to content

Commit

Permalink
fix(devx): add review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Sep 10, 2024
1 parent 284a1d9 commit 83e7be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Create a `contracts` folder in the root of the project and add the following fil
#### Description

This contract represents the reward token (DappToken) that users will earn as a reward for staking their IOTATokens. It is an [ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) token, which is a widely used token standard on EVM compatible blockchains. The contract inherits from [OpenZeppelin’s](https://www.openzeppelin.com/) ERC20 implementation, which provides standard functionalities for a fungible token.

```solidity reference
https://github.com/iota-community/Defi-yield-farming/blob/main/contracts/DappToken.sol
```
Expand Down
1 change: 1 addition & 0 deletions docs/build/isc/v1.4/docs/tutorials/defi-yield-farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Create a `contracts` folder in the root of the project and add the following fil
#### Description

This contract represents the reward token (DappToken) that users will earn as a reward for staking their IOTATokens. It is an [ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) token, which is a widely used token standard on EVM compatible blockchains. The contract inherits from [OpenZeppelin’s](https://www.openzeppelin.com/) ERC20 implementation, which provides standard functionalities for a fungible token.

```solidity reference
https://github.com/iota-community/Defi-yield-farming/blob/main/contracts/DappToken.sol
```
Expand Down

0 comments on commit 83e7be3

Please sign in to comment.