Developers
Core guidance for smart contracts, SDKs, RPC usage, and app deployment.
Developer stack
Lithosphere docs should be organised around three tracks:
- EVM developers using Solidity-compatible tooling.
- Cosmos developers integrating RPC, REST, gRPC, and indexers.
- Lithic / LEP100 authors building native standards and protocol-level apps.
Suggested doc sections
Contracts
- Contract deployment flow
- Verification guide
- ABI and bytecode conventions
- Security and testing checklist
SDKs and APIs
- JSON-RPC examples
- REST and gRPC examples
- Indexer and explorer APIs
- Frontend wallet integration patterns
Tooling
- Hardhat / Foundry templates
- Faucet usage
- Local development environments
- CI pipelines for docs and contracts