- Workspace: core/ (blockchain library) + node/ (REST API) - Core: block, chain, wallet, transaction, mining, persistence, state - Node: axum 0.8 REST API with full endpoint set - SHA-256 hashing, Ed25519 signatures, account-based model - Unit tests for all core modules
7 lines
47 B
Plaintext
7 lines
47 B
Plaintext
/target
|
|
*.swp
|
|
*.swo
|
|
.env
|
|
*.db
|
|
blockchain_data/
|