Run a network with a single, local node.
Running through the entire suite requires four terminals. Each command is marked t1-t4 to indicate a suggested terminal number.
t1: Build binaries
$ make
t1: Initialize environment
$ ./run.sh init
t2: Run akashd
$ ./run.sh akashd
t1: Query master account
$ ./run.sh query master
t1: Send tokens to other account
$ ./run.sh send
t1: Query master account
$ ./run.sh query master
t1: Query other account
$ ./run.sh query other
t3: Start marketplace monitor
$ ./run.sh marketplace
t4: Run provider
$ ./run.sh provider
t1: Create Deployment
$ ./run.sh deploy