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 0x614b7B6382524C32dDF4ff1f4187Bc0BAAC1ed11 0x9b9a32c56c8F5C131000Acb420734882Cc601d39 0xEf1c5ad26cE1B42315113C3561B4b2abA0Ba64B3

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%