Skip to content

Kunkka0822/Nex-Dex-Contracts

 
 

Repository files navigation


Nex logo


nftOracle = https://goerli.etherscan.io/address/0x5630D8903B9702E26e08879A8D5886815e1Ea07E#code

exchange= https://goerli.etherscan.io/address/0xC66D561D0E5BE0767e6b53620D3989721385d906

Getting Started

It's recommended that you've gone through the hardhat getting started documentation before proceeding here.

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Nodejs
    • You'll know you've installed nodejs right if you can run:
      • node --versionand get an ouput like: vx.x.x
  • Yarn instead of npm
    • You'll know you've installed yarn right if you can run:
      • yarn --version And get an output like: x.x.x
      • You might need to install it with npm

If you're familiar with npx and npm instead of yarn, you can use npx for execution and npm for installing dependencies.

Quickstart

  1. Clone and install dependencies

After installing all the requirements, run the following:

git clone https://github.com/nexlabs22/Nex-Dex-Contracts.git
cd Nex-Dex-Contracts

Then:

yarn

or

npm i
  1. Change .env.sample file name to .env

  2. You can now do stuff!

yarn test

or

yarn hardhat test

Usage

If you run yarn hardhat --help you'll get an output of all the tasks you can run.

Deploying Contracts

First add your private key(if you want deploy contracts) to .env file

After thet run:

yarn hardhat deploy

Thank You!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • Solidity 7.1%