0.6.1 • Published 8 years ago
muffles v0.6.1
Muffles
A delicious framework to support fast DApps development and deploy inspired by truffle
The project still under development, but you can find a functional example on examples directory
Installation
npm install -g muffles
// or
yarn add muffles --globalCommands
# Creates a new directory structure for a new project
muffles init# Compile all files contracts directory
muffles compile# Migrates (deploy) files to selected network
muffles migrate# Test files on test files using mocha and chai
muffles test