Skip to content

solomeowl/rarity-market

Repository files navigation

RaritySea

The NFT marketplace on Fantom

Modified from: DarkSea Market

Contributor: @ChunHaoLee_SOLOMΞOWL@snowtigersoft(DarkSea Market Author)

Rarity

Guild Waterdrop 🦾MarrowDAO

RaritySea

RaritySea is a P2P NFT marketplace for Rarity players. We will charge some fee of each sale, currently it is 10 percent.

Live

Head to https://www.raritysea.io/ to try the live website.

Warning

The smart contract written for this marketplace has not been audited, use at your own risk.

Deployed Contracts

Overview

The contracts are in contracts/ folder, named Market.sol and CraftingMarket.sol. The deploy scripts are in scripts/. Check test scripts in test/ folder to understand the working flow.

Installation

npm install 

Compile

npx hardhat compile

Test

npx hardhat test

Deploy and verify

  1. Duplicate the 註記詞 and 私鑰 in hardhat.config.js to your own one.
  2. Deploy contracts (remember to npx hardhat compile if you change the contracts)
npx hardhat run scripts/0-RarityManifestedMarket.js --network ftmMainnet
npx hardhat run scripts/1-RarityCraftingMarket.js --network ftmMainnet
  1. Verify the contracts
npx hardhat verify --network ftmMainnet RarityManifestedMarket_address 1 5
npx hardhat verify --network ftmMainnet RarityCraftingMarket_address 1 5

About Guild Waterdrop

Guild W is the first on-chain e-sports team, incubated by MarrowDAO. The main members are Solidity developers, node operators, blockchain game players and investment analysts. All of them are loyal players of the Dark Forest.

DF EXPLORER

Recently, MarrowDAO has received funding from Yuanyuzhou Ventures, Evernew Capital, DAppChaser and EM3DAO, and ecological support from ChainNews, RhizomeDAO and MaoDAO. We will uphold the aim of peaceful development and help real blockchain games to grow and prosper.

About

Buy and sell summon in Rarity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published