SOLANA UTILITIES

Common utilities for Solana development and analysis

📝 INPUT

📊 OUTPUT

Select a utility below and enter input to see results...

💡 EXAMPLES

Public Key:
So11111111111111111111111111111111111111112
SOL Amount:
1.5 (converts to 1,500,000,000 lamports)
Timestamp:
1672531200 (Unix timestamp)
Slot Number:
150000000 (calculates approximate time)

🛠️ UTILITIES

Convert between Base58 and other formats

Validate Solana public key format

Convert between Unix timestamp and human readable date

Convert between SOL and lamports

Generate various hash formats

Calculate time from slot number

🌐 NETWORK INFO

MAINNET:
Genesis Hash: 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp...
DEVNET:
Genesis Hash: EtWTRABZaYq6iMfeYKouRu166VU2xqa1...
CONSTANTS:
• 1 SOL = 1,000,000,000 lamports
• ~400ms per slot
• ~432,000 slots per epoch

🔗 EXTERNAL TOOLS

📝 IMPLEMENTATION NOTES

FUNCTIONAL:
  • ✓ Basic conversions
  • ✓ Format validation
  • ✓ Timestamp conversion
  • ✓ Copy to clipboard
For production use, implement proper cryptographic functions and validation