A collection of simple node utilities for launching to different testnets & mainnets.
Install the stuff
# Step 1
yarn
# Step 2
./build_contracts.sh
This should be run in a diff terminal, or docker runtime is ready before proceeding. Run the following:
./start.sh && ./init.sh
Docker-friendly access to wasmd
is provided. Just use the ./cli.sh
script.
For example:
./cli.sh status
NOTE: You will need to check files for the networks specified. When possible, modify the env files to suit needs.
# If you're lazy and just want to run all the things below sequentially
yarn all
# Optional, for local
# create all demo accounts & setup
yarn bootstrap
# Deploy and Instantiate
yarn in
# Step 1
# Register an Agent
yarn agent
# Step 2
# Create a Task or TWO!
yarn tasks
# Step 3
# Run Some things, with your purrbox
yarn purr
# Step 4
# Read some data, spits out things that worked
yarn query