Company: Muslim Chain
Prepared by: Sohail Ahmed
Native Coin: MSLM
Website: https://www.muslimlogs.com
Main Blockchain Repo: https://github.com/MWaleedK/Muslim-Logs-Blockchain
This repository contains the Smart Contract Engine for the MuslimLogs custom blockchain. It implements EVM-compatible smart contracts using MuslimLogs custom standards:
- MSLM-20 — ERC-compatible fungible token standard (coin)
- MSLM-786 — ERC-compatible NFT standard (game items)
├── docs/ # Phase 1 — All specifications & architecture
│ ├── standards/ # MSLM-20 and MSLM-786 specs
│ ├── architecture/ # System architecture & API contracts
│ ├── kyc/ # KYC gating policy
│ └── milestones/ # Timeline and acceptance criteria
├── contracts/ # Phase 2 — Solidity smart contracts
└── SmartContractEngine/ # Phase 3 — Python EVM engine code
| Phase | Description | Status |
|---|---|---|
| Phase 1 | Standards, Specs & Documentation | ✅ Approved |
| Phase 2 | Smart Contract Development (Solidity) | 🔄 In Progress |
| Phase 3 | Smart Contract Engine (Python EVM) | ⏳ Upcoming |
| Phase 4 | Backend API Layer | ⏳ Upcoming |
| Phase 5 | KYC Gating Enforcement | ⏳ Upcoming |
| Phase 6 | Game Integration | ⏳ Upcoming |
| Phase 7 | Security Review | ⏳ Upcoming |
- Network: MuslimLogs Custom Private Blockchain (EVM-compatible)
- Coin: MSLM
- Decimals: 18
- Node Repo: https://github.com/MWaleedK/Muslim-Logs-Blockchain