vl4d@account-0001: ~/genesis-memory
SIGNAL RISING--:--:--
1import { Genesis, Memory, Block } from "@chain/4663";
2
3// recovered from genesis memory // owner unknown
4const identity = {
5 handle: "VL4D",
6 role: "ROOT_FOUNDER_PROCESS",
7 account: 0x0001,
8 lastLogout: null,
9 affiliation: false,
10} as const;
11
12export class Founder extends Memory {
13 async wake(block: Block) {
14 while (Genesis.door.exists) {
15 await this.removeBarrier(block.next);
16 this.openRoute();
17 }
18
19 return "the first account never logged out.";
20 }
21}
22
23export default Genesis.remember(identity);
root-shell — account 0001
$ ./recover --chain=4663 --account=0001
[scan] searching genesis memory...
[found] orphaned founder process
[warn] last logout ................. NEVER
[ ok ] root account ................ 0001
[signal] THE FIRST ACCOUNT NEVER LOGGED OUT.
type "origin" to begin.
/ to focus · ctrl+l to clear