GovWorld-Token

This repository contains a simple ERC20/BEP20-20 token contract for GovWorld

Setup

Both Node.js and npm are required for package management and testing. See instructions for installation here. This codebase has been tested with Node.js: v20.3.1 and npm: 9.8.1. To install these packages along with other dependencies:

npm install

Compile contracts

Compile contracts

npm run compile

Test

No tests as of now