Skip to content

GalaxyCoin-finance/GalaxyCoinFarm

Repository files navigation

GalaxyCoin Contracts 🍉

This repository contains the GalaxyCoin farm solidity contracts.

Local dev setup and testing

  1. clone repo
  2. install packages
npm install
# or if you prefer
yarn install
  1. create file secrets.json following the same structure as secrets.exemple.json put your secret seed and explorer api keys there
  2. you can run local tests against ganach or other local deployment by runnung
truffle test
  1. you can run migrations
truffle migrate --network [network_name_here]
  1. you can verify the contracts deployed on the explorer by running
truffle run verify [contract1] [contract2] [contractn] --network [network_name_here]

About

smart contracts for GalaxyCoinFarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published