The NFT marketplace on Fantom
Modified from: DarkSea Market
Contributor: @ChunHaoLee_、SOLOMΞOWL、@snowtigersoft(DarkSea Market Author)
❤ Rarity ❤
RaritySea is a P2P NFT marketplace for Rarity players. We will charge some fee of each sale, currently it is 10 percent.
Head to https://www.raritysea.io/ to try the live website.
The smart contract written for this marketplace has not been audited, use at your own risk.
- RarityManifestedMarket: 0xE966c792B384ff4e82D13cc0C1Bd1D9C5FE68Fe4
- RarityCraftingMarket: 0x93255ebf023c884bb6bee1ef8fd2b581aacce91e
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.
npm install
npx hardhat compile
npx hardhat test
- Duplicate the
註記詞
and私鑰
in hardhat.config.js to your own one. - 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
- Verify the contracts
npx hardhat verify --network ftmMainnet RarityManifestedMarket_address 1 5
npx hardhat verify --network ftmMainnet RarityCraftingMarket_address 1 5
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.
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.