Files
salvium-rs/.gitignore
T
Matt Hess bc9412b5da ● Add BURN transaction support and security hardening
- Add buildBurnTransaction() and createBurnTransaction()
  - destination_asset_type = "BURN" for burned coins
  - 9 unit tests + integration test for BURN transactions
  - Remove hardcoded test mnemonics (use env vars)
  - Add pre-commit hook to detect potential secrets
  - Add testnet testing plan (test/TESTNET_PLAN.md)
  - Update .gitignore for secret files
2026-01-25 00:13:39 +00:00

18 lines
164 B
Plaintext

bun.lock
node_modules/
build/
TODO
# Secrets - NEVER commit these
.env
.env.*
*.env
secrets/
*.key
*.pem
wallet.json
wallet-*.json
*-wallet.json
*.seed
*.mnemonic