alisolanki / KASU-Token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KASU Token

This project demonstrates a basic Hardhat use case. It comes with a contract generated by OpenZeppelin Wizard, a test for that contract, and a script that deploys that contract.

Installing dependencies

npm install

Testing the contract

npm test

Deploying the contract

You can target any network from your Hardhat config using:

npm run dev
npx hardhat run --network <network-name> scripts/deploy.ts

About


Languages

Language:Solidity 58.0%Language:TypeScript 42.0%