Skip to content

sqwid-app/sqwid-core

 
 

Repository files navigation

Sqwid Marketplace Core

This project has been created using the Hardhat-reef-template.

Contract addresses

Marketplace contract NFT contract Util contract
Mainnet 0xB13Be9656B243600C86922708C20606f5EA89218 0x0601202b75C96A61CDb9A99D4e2285E43c6e60e4 0xffb12A5f69AFBD58Dc49b4AE9044D8F20D131733
Testnet 0x31939DF5c6A5ac0b574EDE6E610Fd30c08788A53 0x9FdEb478A27E216f80DaEE0967dc426338eD02f2 0x8E7Ef6bD28cD9bDb6DBf105140958ac03EeC371A

Installing

Install all dependencies with yarn.

Compile contracts

yarn compile

Deploy contracts

Deploy in testnet:

yarn deploy

Deploy in mainnet:

yarn deploy:mainnet

Run tests

yarn test

To reuse a contract already deployed, set its address in the hardhat.config.js file, in the contracts section. If no address is specified, a new contract will be deployed.

Use account seeds

In order to use your Reef account to deploy the contracts or run the tests, you have to rename the seeds.example.json file to seeds.json and set your seed words there.

Diagram

diagram

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 82.5%
  • JavaScript 17.5%