Skip to content

ZynkOnchain/kii-escrow-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

KiiEscrow

Solidity Network License

A decentralized escrow smart contract deployed on Kii Chain testnet.


Features

  • Buyer/Seller escrow workflow
  • Arbiter-based dispute resolution
  • State-managed transaction lifecycle
  • Event emissions for transparency
  • Secure escrow fund handling

Workflow

  1. Buyer creates a deal
  2. Buyer deposits funds into escrow
  3. Seller confirms delivery
  4. Contract releases funds securely
  5. Arbiter can resolve disputes if needed

Contract States

  • AWAITING_PAYMENT
  • AWAITING_DELIVERY
  • COMPLETE
  • DISPUTED
  • REFUNDED

Tech Stack

  • Solidity ^0.8.20
  • Remix IDE
  • Kii Chain Testnet

Contract Address

0x54559aB59733233c322B277A38eb1F563053d0a2

Future Improvements

  • Platform fee mechanism
  • Deadline-based auto refunds
  • Multi-signature arbitration
  • Frontend integration
  • Escrow analytics dashboard

License

MIT

About

Decentralized escrow smart contract with dispute resolution deployed on Kii Chain testnet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors