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

Add resources to framework for dApp development #24

Merged
merged 1 commit into from
Oct 19, 2022
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ This repository consists of collections of awesome resources to learn Web 3.0.
- ▶️[Truffle Tutorial for Beginners | Compile, Test & Deploy Smart contracts to any EVM Blockchain
](https://www.youtube.com/watch?v=62f757RVEvU)

- ### Embark
- 📄[Official Documentation](https://framework.embarklabs.io/docs/index.html)
- ▶️[Beginner's Guide/Tutorial to Programming Ethereum Dapps with the Embark Framework and Solidity](https://www.youtube.com/watch?v=D6l3dR5GnMc)

- ### Brownie
- 📄[Official Documentation](https://eth-brownie.readthedocs.io/en/stable/)
- ▶️[Getting Started with Brownie (Web3 Python-based framework for smart contracts)](https://www.youtube.com/watch?v=iWU8YlxYTeE)

## Books

- ### Blockchain
Expand Down