rumble-kong-league / marketplace

ERC-721 and ERC-1155 NFT Marketplace

Home Page:https://www.rumblekongleague.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Marketplace

locker-room

Contracts herein define a minimal general trustless marketplace for any ERC-721 or ERC-1155 implementation. They support:

  • batch trading
  • royalties
  • withdraw pattern to avoid re-entrancy issues
  • events for optimal subgraph indexing

They are well-tested, a combination of stateful and unit tests was used.

You can use poetry for easy python virtual environment and requirements handling.

Dev

You will need to initialise poetry with the root config.

To run tests

brownie test -s

This will give you unsupressed output for each example ran in stateful tests.

LFG 👑🦍

About

ERC-721 and ERC-1155 NFT Marketplace

https://www.rumblekongleague.com/

License:MIT License


Languages

Language:Solidity 65.8%Language:Python 34.2%