timefi-protocol
v1.0.2
Published
Protocol configuration and helpers for the TimeFi ecosystem.
Maintainers
Readme
timefi-protocol
Protocol configuration and helpers for the TimeFi package ecosystem.
This npm package is intentionally published from the package repository:
AK-Bit-Lab/timefi-protocol-packageThe broader TimeFi ecosystem repository remains separate at:
AK-Bit-Lab/TimeFi-ProtocolUsage
import { initializeProtocol, getProtocolVersion } from "timefi-protocol";
const protocol = initializeProtocol({ network: "mainnet" });
console.log(protocol.initialized);
console.log(getProtocolVersion());