Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makulu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Smart contracts including:
- **LEP100**: Multi-chain token standard
- **WLITHO**: Wrapped token implementation
- **Lep100Access**: Access control contracts
- Built with Hardhat + Solidity
- Built with Lithic + Hardhat + Solidity

#### [@lithosphere/web](./web)
Frontend application built with:
Expand Down Expand Up @@ -233,10 +233,10 @@ We welcome contributions! Please see our contributing guidelines (coming soon).

## 🔗 Links

- Website: [Coming soon]
- Documentation: [Coming soon]
- Website: https://litho.ai
- Documentation: https://docs.litho.ai
- Discord: [Coming soon]
- Twitter: [Coming soon]
- Wavy: [Coming soon]

---

Expand Down
10 changes: 5 additions & 5 deletions docs/developers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ Lithosphere was built around three core design objectives derived from research

The recommended reading path for developers building on the Lithosphere platform:

1. **Whitepaper** -- Understand the vision and high-level design of the Lithosphere network.
2. **[LEP100 Token Standard](developers/lep100-standard.md)** -- Learn the multi-chain token standard that underpins all Lithosphere tokens.
1. **[Whitepaper](https://paper.litho.ai)** -- Understand the vision and high-level design of the Lithosphere network.
2. **[LEP100 Token Standard](lep100-standard.md)** -- Learn the multi-chain token standard that underpins all Lithosphere tokens.
3. **Architecture Overview** -- Study the architectural decisions, consensus model (LinBFT), and cryptographic primitives (MDKM).
4. **[Smart Contracts](developers/smart-contracts.md)** -- Dive into smart contract development, multi-triggering mechanisms, and DeFi patterns.
5. **[API & SDK](developers/api-and-sdk.md)** -- Integrate with the GraphQL API and blockchain-core SDK.
6. **[CI/CD Guide](developers/ci-cd-guide.md)** -- Configure deployment pipelines across Local, Devnet, Staging, and Mainnet environments.
4. **[Smart Contracts](smart-contracts.md)** -- Dive into smart contract development, multi-triggering mechanisms, and DeFi patterns.
5. **[API & SDK](api-and-sdk.md)** -- Integrate with the GraphQL API and blockchain-core SDK.
6. **[CI/CD Guide](ci-cd-guide.md)** -- Configure deployment pipelines across Local, Devnet, Staging, and Mainnet environments.

### For Researchers

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/what-is-lithosphere.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is Lithosphere?

Lithosphere is a platform-level public chain for the digital economy era, designed to connect all kinds of values, provide complete financial functions, communicate diverse communities and tokens, and bridge centralized and decentralized organizations to bring the Internet of Value.
Lithosphere is a platform-level public chain for the digital economy era, designed to connect all kinds of value, provide complete financial functions, communicate diverse communities and tokens, and bridge centralized and decentralized organizations to bring the Internet of Value.

![Lithosphere Ecosystem](../diagrams/Icon_Template_2.png)

Expand Down
Loading