Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaifei committed Jun 24, 2024
1 parent bed8176 commit c3a37bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# learning-solidity
learning solidity
- [learning-solidity](#learning-solidity)
- [learning solidity](#learning-solidity-1)
- [其他相关知识](#其他相关知识)


## learning solidity

- [24061701-delegate_call.md](./docs/24061701-delegate_call.md)
- [24062001-contract_upgrade.md](./docs/24062001-contract_upgrade.md)
- [24062002-initializable.md](./docs/24062002-initializable.md)
- [24062003-ownable.md](./docs/24062003-ownable.md)
- [24062101-payable.md](./docs/24062101-payable.md)


## 其他相关知识

- [solidity 教程](https://www.wtf.academy/docs/solidity-101/)
- [ethers 教程](https://www.wtf.academy/docs/ethers-101/)
- [hardhat 教程](https://learnblockchain.cn/docs/hardhat/getting-started/)
4 changes: 4 additions & 0 deletions docs/24062101-payable.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Payable
- [Payable](#payable)
- [作用](#作用)
- [如何用](#如何用)
- [示例](#示例)

## 作用

Expand Down

0 comments on commit c3a37bb

Please sign in to comment.