Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 539 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 539 Bytes

Mavis SDK examples

These are the SDK examples which include

Features

  • Show all collections (erc721 collections and erc1155 collections)
  • Show all tokens of a collections
  • Buy
  • Bulk buy erc1155 and erc721 tokens
  • Create order
  • Cancel order
  • Gift
  • Offer
  • Cancel offer
  • Accept offer
  • Swap ron/wron

Requirements

React 18 or later

Install

yarn
# or
npm install

Run project

npm run dev
# or
yarn dev