Developers

Core guidance for smart contracts, SDKs, RPC usage, and app deployment.

Edit this page

Developer stack

Lithosphere docs should be organised around three tracks:

  1. EVM developers using Solidity-compatible tooling.
  2. Cosmos developers integrating RPC, REST, gRPC, and indexers.
  3. 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

On this page