useful web3 project list for development
| title | github | web site | language | comment |
|---|---|---|---|---|
| oasis | https://github.com/OasisDEX/oasis-borrow | https://oasis.app/ | next.js react | famous defi app for maker dao |
| dai(contract) | https://github.com/makerdao/dss | solidity | basic stable coin contract. architecture is here. | |
| uniswap(front end) | https://github.com/Uniswap/interface | https://app.uniswap.org/ | react | simple dex front end. functions are swap, pool and vote |
| henkaku(kamon) | https://github.com/henkaku-center/kamon-nft | https://omise.henkaku.org/ | hardhat solidity | need to mint 1000 henkaku token |
| henkaku(front end) | https://github.com/henkaku-center/omise-interface | https://omise.henkaku.org/ | next.js react chakra-ui wagmi | front end of mint site which can mint member ship nft and goods |
| chain list | https://github.com/DefiLlama/chainlist | https://chainlist.org/ | next.js react material-ui | sample to add network to wallet |
| uniswap v2 contract | https://github.com/Uniswap/v2-core | https://app.uniswap.org/ | waffle solidity chai | dex contract. v2 docs are here |
| uniswap v2 contract periphery | https://github.com/Uniswap/v2-periphery | https://app.uniswap.org/ | waffle solidity chai | dex contract. v2 docs are here |
| uniswap v3 contract | https://github.com/Uniswap/v3-core | https://app.uniswap.org/ | hardhat solidity | dex contract. v3 docs are here |
| [security]security tool kit | https://github.com/nascentxyz/simple-security-toolkit | portal information | ||
| [security]forge | https://github.com/foundry-rs/foundry/tree/master/forge | forge is test tool library. if you want to run on github actions, use [foundry-ci]https://github.com/foundry-rs/foundry-toolchain | ||
| [security]slither | https://github.com/crytic/slither | static analytics | ||
| [security]echidna | https://github.com/crytic/echidna | fuzz test | ||
| [security]solcurity | https://github.com/transmissions11/solcurity | rules |