@kitzen/escrow-contract
v1.1.2
Published
Kitzen Escrow smart contract
Downloads
26
Readme
Kitzen Escrow Smart Contract
Escrow smart contract developed for Kitzen P2P Platform to provide comfortable, decentralize p2p exchanges.
Info
Address
Extract address of smart contract
import { ESCROW_ADDRESS } from "@kitzen/escrow-contract"
Abi
Extract ABI of smart contract
import { ESCROW_ABI } from "@kitzen/escrow-contract"
Bytecode
Extract bytecode of smart contract
import { ESCROW_BYTECODE } from "@kitzen/escrow-contract"
Testing
Hardhat
npx hardhat test
oryarn test