Welcome
Welcome to the OmniPact Protocol
Let's start exploring.
A trading market serving over 1 billion users worldwide
// 🚀 Initiate your first trust transaction
import { OmniTrust } from "@omnitrust/sdk";
// Initialize the connection - no API key required, just your wallet
const ot = await OmniTrust.init({
network: "ethereum", // or "polygon", "arbitrum"
environment: "mainnet" // "testnet" Used for testing
});
// Create an NFT secured transaction
Last updated










