Skip to content

Commit fe42fca

Browse files
Jpatchingclaude
andcommitted
Re-record demo with printf-based colored output
Fixed demo.sh to use printf instead of echo for ANSI escape sequences. Re-recorded all 4 demo sections (scan, migrate, status, list) with live RPC calls. Added deployment.json to gitignore since it's a generated artifact. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 59e5371 commit fe42fca

5 files changed

Lines changed: 505 additions & 93 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ target/
66
.DS_Store
77
.vscode/
88
.idea/
9+
deployment.json

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
88
![Solana](https://img.shields.io/badge/Solana-9945FF?style=flat&logo=solana&logoColor=white)
99

10-
<!-- Re-record demo with: daybreak migrate, status, list --discover -->
1110
![Daybreak Demo](demo.gif)
1211

1312
Daybreak takes any ERC-20 token from analysis to deployed NTT bridge in a single command. It analyzes bytecode, capabilities, proxy patterns, and bridge status on-chain — then deploys the SPL token, writes the NTT config, and orchestrates the Wormhole CLI to complete the bridge. One command to migrate any EVM token to Solana via Sunrise.

0 commit comments

Comments
 (0)