Skip to content

A Token programmed in Solidity tested with mocha framework and deployed on goerli tesnet.

Notifications You must be signed in to change notification settings

SkyWarrior123/Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token creation project

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

To compile the smart contract run the following command:

npx hardhat compile

To test the smart contract run the following command

npx hardhat test

To deploy the Token.sol contract on hardhat's fake Blockchain run the following code:

npx hardhat run scripts/deploy.js

About

A Token programmed in Solidity tested with mocha framework and deployed on goerli tesnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published