/somNFTToken

Primary LanguageSolidity

Voxies Contracts

Solidity Solidity

Overview

This repository contains the solidity smart contracts for project-voxies

Prerequisites

  • git
  • node | npm

Getting started

  • Clone the repository
git clone https://github.com/nonceblox/voxies-contracts
  • Navigate to voxies-contracts directory
cd voxies-contracts
  • Install dependencies
npm i

Configure project

Environment Configuration

  • Copy .example.env to .env
cp .example.env .env

Run tasks

  • test
npm test

Deploy to Testnet

npx hardhat run --network <your-network> scripts/<deployment-file>

Verify smart contracts

npx hardhat verify --network <network-name-in-hardhat-config> DEPLOYED_CONTRACT_ADDRESS "Constructor arguments"