Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

consolelabs/contract-nft-escrow

Repository files navigation

Mochi NFT Escrow Contract

Contracts

MochiNFTEscrowV1

MochiNFTEscrowV2

How to run project

  1. Install deps with npm install
  2. To run unit test, use command npx hardhat test
  3. Fill in .env file (ref from .env.example)
  4. Deploy contracts with npx hardhat run scripts/deploy.ts

Note

  • Still in experiment. DYOR!

Todo list

Feature

  • Create trade offer
  • Cancel offer
  • Deposit
  • Withdraw
  • Lock
  • Unlock
  • Get user trades
  • Get user deposited items

Test

  • Deploy
  • Swap
  • Withdraw
  • Cancel
  • Get user trades
  • Get user deposited items

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published