Skip to content

energicryptocurrency/gmi-evm-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMI EVM contracts

This repo have all the contracts related to GMI EVM contract, this contracts can be deployed on any EVM chain

Project Status

GMI EVM contract repo is active and is maintained by Energi Core LTD

Authors and acknowledgment

Quickstart

Requirements

  • node v22.11.0
  • yarn v1.22+

Clone the repo

git clone https://github.com/energicryptocurrency/gmi-evm-contracts.git

Install all dependencies

yarn

Setup enviorment variables in .env

INFURA_PROJECT_ID='INFURA_API_KEY'
WALLET_PRIVATE_KEY='YOUR_PRIVATE_KEY'
ETHERSCAN_API_KEY='YOUR_ETHERSCAN_API_KEY'

Run test cases

npx hardhat test

Format code

yarn lint

Deploy contracts

npx hardhat run scripts/deploy.js --network <network-name>

License

GMI Ethereum contracts repo is available under the GNU license. See the LICENSE file for more info.

About

GMI Marketplace smart contracts for EVM-compatible chains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors