0.6.1 • Published 6 years ago

muffles v0.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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 --global

Commands

# 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