On-Chain Infrastructure
Falah OS deploys three immutable on-chain contracts for halal certification, producer verification, and marketplace listing. All contracts are open-source, audited, and live on Mock-Net.
Deployed Contracts
Issued by JAKIM or BPJPH to certify a business entity as halal-compliant. Non-transferable by design — bound to the issuing authority's attestation. Serves as the root-of-trust for all downstream tokens.
Binds a manufacturing facility or producer to their halal certification. Soulbound to the producer wallet — revocable by the issuing authority. Required before any product listing can be minted.
Tokenizes a product listing on the Falah iStore marketplace. Transferable — enables secondary market trading of halal-verified product slots. Each token is linked to an active HPT, ensuring supply-chain integrity.
ABIs
All ABI definitions are published in the open-source
falah-contracts
repository. Use them to integrate directly with the on-chain contracts from any
Ethers.js, Viem, or Web3.js application.
Source Code
Solidity source code, Hardhat configuration, full test suite, deployment scripts, and ABI exports. All audited for Shariah compliance.
github.com/maifors/falah-contracts