Skip to content

prince-hope1975/contracts

 
 

Repository files navigation

Everest smart contracts

📦 Install dependencies

You need node.js, npm and npx installed.
Install the project's dependencies with: $ npm i

🔧 Setup your env

Copy the sample environement file and populate it with your wallet private keys.
Your .env file should never be committed (it is specified in the .gitignore)!
$ cp .env.sample .env && vi .env

⚙️ Compile contracts

Compile the smart contracts: $ npx hardhat compile

🚀 Deploy contracts

Deploy the smart contracts to a blockchain: $ npx hardhat run scripts/deploy.js

About

🪄 Everest smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.3%
  • Solidity 28.7%