Repositories & Resources
The canonical home for PulseVM and the Metal Blockchain stack is github.com/MetalBlockchain.
PulseVM core
| Repo | What it is |
|---|
| pulsevm | The virtual machine itself — "fast virtual machine focused on banking" |
| metalgo | The Metal Blockchain node PulseVM plugs into |
| leap | C++ Antelope reference implementation — the semantic anchor |
Contract development
| Repo | What it is |
|---|
pulse-cdt | C++ Contract Development Kit (repo currently private — the standard Antelope CDT conventions apply) |
| pulse-cdt-rust | Rust CDT — and the chain's open, auditable system contracts (contracts/: system, token, msig, bios) |
| pulse-tsc | TypeScript/AssemblyScript contracts (community) |
| Repo | What it is |
|---|
| pulsevm-js | TypeScript SDK — signing, ABIs, transact |
pulsevm-demo-dapps | Official demo applications — working end-to-end dapp examples (repo currently private) |
| pulse-cli-ts | Working CLI for accounts, contracts, actions, permissions (community) |
| hyperion-rs | Full-history API / indexer for PulseVM chains — native Rust rewrite (supersedes pulsevm-hyperion) |
| metal-network-runner | Run a local Metal network for development |
| metal-monitoring | Node monitoring tooling |
Ecosystem
| Repo | What it is |
|---|
| pulse-explorer | Block explorer for PulseVM chains — accounts, contracts, tokens, producers, wallet (community) — live at testnet.explorer.pulsevm.dev |
| pulse-cutover | Antelope→PulseVM cutover agent — snapshot ceremony, byte-exact verification, API/history endpoint continuity (community) |
explorer | Metal Blockchain explorer (repo currently private) |
| metal-wallet | Web wallet |
| metal-docs | Metal Blockchain documentation |
This site
paulgnz/pulsevm-docs — corrections and PRs welcome.