# Deploying DApps with Truffle **Published by:** [liyu](https://paragraph.com/@liyu/) **Published on:** 2022-06-15 **URL:** https://paragraph.com/@liyu/deploying-dapps-with-truffle ## Content TruffleTruffle is the most popular blockchain development framework for good reason - it's packed with lots of useful features:easy smart contract compilationautomated ABI generationintegrated smart contract testing - there's even support for Mocha and Chai!support for multiple networks - code can be deployed to Rinkeby, Ethereum or even to Loom. We'll walk you through this lateršŸ˜‰Provided that npm and node have been installed on your computer, we'll want you to install Truffle and make it available globally. ## Publication Information - [liyu](https://paragraph.com/@liyu/): Publication homepage - [All Posts](https://paragraph.com/@liyu/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@liyu): Subscribe to updates