Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev-smart-contracts.mdx, Added: Development tools #77

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions pages/dev-smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@ The EVM is a decentralized computation engine that allows the execution of smart

**Example Tools**:

- **[MetaMask](https://metamask.io/)**: Popular Ethereum wallet.
- **[Hardhat](https://hardhat.org/hardhat-runner/docs/getting-started)**: Development environment for Ethereum.
- **[Foundry](https://github.com/foundry-rs/foundry)**: Fast and portable toolkit for Ethereum development.
- **[Wagmi](https://wagmi.sh/)**: React hooks library for Ethereum dApps.
- **[Viem](https://viem.sh/)**: A lightweight and flexible library for Ethereum development.
</Paper>
- **MetaMask**: Popular Ethereum wallet.
- [MetaMask](https://metamask.io/)
- **Remix**: IDE that enables users to build Ethereum contracts.
- [Remix](https://remix.ethereum.org/)
- **Hardhat**: Development environment for Ethereum.
- [Hardhat Documentation](https://hardhat.org/hardhat-runner/docs/getting-started)
- **Foundry**: Fast and portable toolkit for Ethereum development.
- [Foundry Documentation](https://github.com/foundry-rs/foundry)
- **Wagmi**: React hooks library for Ethereum dApps.
- [Wagmi Documentation](https://wagmi.sh/)
- **Viem**: A lightweight and flexible library for Ethereum development.
- [Viem Documentation](https://viem.sh/)

### CosmWasm

Expand Down
Loading