Skip to content

[release] FlowChain private testnet setup package#93

Merged
FlowmemoryAI merged 20 commits into
mainfrom
release/flowchain-private-testnet
May 13, 2026
Merged

[release] FlowChain private testnet setup package#93
FlowmemoryAI merged 20 commits into
mainfrom
release/flowchain-private-testnet

Conversation

@FlowmemoryAI
Copy link
Copy Markdown
Owner

Summary

This release branch integrates the FlowChain private/local testnet PR stack (#83-#90) into one setup branch and adds the missing guarded Base bridge POC lane.

It adds:

  • one-command Windows setup via START_FLOWCHAIN_LOCAL.ps1
  • beginner guide in docs/EASY_SECOND_COMPUTER_SETUP.md
  • integrated local devnet/control-plane/workbench/crypto/hardware fixtures
  • bridge POC contract, Foundry tests, schemas, fixture, relayer package, and Base Sepolia/mainnet-canary guardrail scripts

Second-computer command

git clone -b release/flowchain-private-testnet https://github.com/FlowmemoryAI/FlowMemory.git
cd FlowMemory
powershell -ExecutionPolicy Bypass -File .\START_FLOWCHAIN_LOCAL.ps1

Checks run

  • npm run launch:candidate
  • npm test
  • cargo test --manifest-path crates/flowmemory-devnet/Cargo.toml
  • npm run build --prefix apps/dashboard
  • npm test --prefix crypto
  • forge test --match-path tests/bridge/BaseBridgeLockbox.t.sol
  • npm run bridge:test
  • npm run bridge:mock
  • powershell -NoProfile -ExecutionPolicy Bypass -File .\START_FLOWCHAIN_LOCAL.ps1 -SkipInstall -NoServers
  • git diff --check
  • node infra/scripts/check-unsafe-claims.mjs

Boundaries

This is a local/private testnet package and bridge POC only. It is not production mainnet, not public validator software, not tokenomics, not audited cryptography, and not a production bridge.

…testnet-hq

# Conflicts:
#	docs/CURRENT_STATE.md
#	docs/ROADMAP.md
…to-rd' into release/flowchain-private-testnet
…rol-plane' into release/flowchain-private-testnet

# Conflicts:
#	apps/dashboard/public/data/flowmemory-dashboard-v0.json
#	fixtures/dashboard/flowmemory-dashboard-v0.json
#	fixtures/launch-core/generated/devnet/control-plane-handoff.json
#	fixtures/launch-core/generated/devnet/dashboard-state.json
#	fixtures/launch-core/generated/devnet/genesis-config.json
#	fixtures/launch-core/generated/devnet/indexer-handoff.json
#	fixtures/launch-core/generated/devnet/operator-key-references.json
#	fixtures/launch-core/generated/devnet/state.json
#	fixtures/launch-core/generated/devnet/verifier-handoff.json
…kbench' into release/flowchain-private-testnet
…ware' into release/flowchain-private-testnet
…racts' into release/flowchain-private-testnet
…arch' into release/flowchain-private-testnet
@FlowmemoryAI FlowmemoryAI merged commit 885e237 into main May 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant