Skip to content

A tool to compile, test and deploy Solidity contracts on Hyperledger Besu

License

Notifications You must be signed in to change notification settings

arbchain/mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirror

Mirror CD Mirror CI version docs Contributors Follow

Mirror is a compiling, testing and deployment for Hyperledger Besu, aiming to make life as an Enterprise Ethereum developer easier.

Detailed documentation can be found here.

Quick Start

# Install
$ npm install -g mirror-besu

# Initialize
mirror init

# Compile 
mirror compile

# Deploy a private contract (Set the privacy members in migration directory)
mirror deploy --private

# Deploy a private contract on a specific network specified in mirror-config.js
mirror deploy --private --network node1

# Deploy a private contract on besu network that has onchain privacy group configured
mirror test --private --onchain-privacy

# Test using MochaJS
mirror test

About

A tool to compile, test and deploy Solidity contracts on Hyperledger Besu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages