Skip to content

Commit 82b830c

Browse files
authored
Update index.html.ts
1 parent 63d47cb commit 82b830c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/app/erc20/index.html.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// metadata
22
export const version = "0.8.26"
3-
export const title = "ERC20"
3+
export const title = "ERC20 Token Example and Swap in Solidity"
44
export const description = "Example of ERC20 token in Solidity"
55
export const cyfrinLink = "https://www.cyfrin.io/glossary/erc-20-solidity-code-example"
66

7-
export const keywords = ["app", "application", "erc20", "ierc20", "token"]
7+
export const keywords = ["erc20", "solidity", "smart contract", "mint", "burn", "token swap", "ierc20", "token", "dapp"]
88

99
export const codes = [
1010
{

0 commit comments

Comments
 (0)