Member-only story

I Created a Truffle Box With React, Redux, and Bootstrap 4

How to automate tedious setup tasks to focus solely on functionality

Alex Roan
Better Programming

--

What is Truffle Suite?

Truffle is the world’s most popular blockchain development suite. Using their own words:

“A world-class development environment, testing framework, and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier.”

If you’re stuck wondering how to start writing full-stack Ethereum decentralized applications (DApps), consider using Truffle Suite.

Truffle Boxes

Truffle Boxes are boilerplate projects that come prepackaged with a bunch of dependencies installed for you. This saves the hassle of starting a blank Truffle project from scratch and having to install and configure your own.

For example, if you love Vue.js and want to use that in your project, you could unbox the Vue.js Truffle Box.

My favourite is the React Box. Pretty much every project I start begins by unboxing this particular Box.

--

--

No responses yet

What are your thoughts?