repositorypackage
2.8.0+incompatible
Repository: https://github.com/meshplus/premo.git
Documentation: pkg.go.dev
# README
Premo
BitXHub interchain transaction testing framework.
Quick Start
Installation
git clone [email protected]:meshplus/premo.git
cd premo
make install
Initialization
premo init
It will create ~/.premo
directory on you computer.
Start Premo
premo interchain up --bitxhub_version v1.0.0-rc1 --pier_version v1.0.0-rc1
It will start the following things:
- a ethereum chain and a fabric chain (both in the form of docker container)
- a fabric pier and a ethereum pier
- deploy necessary contracts on fabric (ethererum chain image was already deployed)
Do Bitxhub Testing
make bitxhub-tester
Do Interchain Testing
make interchain-tester
Usage
premo [global options] command [command options] [arguments...]
command
init
init config home for premoversion
Premo versiontest
test bitxhub functionpier
Start or stop the pierbitxhub
Start or stop the bitxhub clusterappchain
Bring up the appchain networkinterchain
Start or Stop the interchain systemstatus
List the status of instantiated componentshelp, h
Shows a list of commands or help for one command
global options
--repo value
Premo storage repo path--help, -h
show help (default: false)