Simplify install by baking in memory storage and p2pkh template

This commit is contained in:
2026-08-02 20:24:44 +10:00
parent d45f1ddeb3
commit a79213436c
7 changed files with 4711 additions and 2536 deletions

View File

@@ -27,42 +27,6 @@ npm run build
# Move back to the top level directory
cd ..
# ----- Start State Setup -----
# Clone the State Repo
git clone https://gitlab.com/Harvmaster/state.git
# Move into the state directory
cd state
git checkout in-memory-adapter
# Install the dependencies
npm ci
# Build the state
npm run build
# ----- End State Setup -----
# Move back to the top level directory
cd ..
# ----- Start Template Setup ----
# Clone the Template repo
git clone https://gitlab.com/Harvmaster/templates.git
# Move into themplates directory
cd templates
# Install deps
npm ci
#build the templates
npm run build
# ----- End Templates Setup ----
# Move back to the top level directory
cd ..
# ----- Start CLI Setup -----
# Clone the CLI Repo
git clone https://git.harvmaster.com/Harvmaster/xo-cli.git