1.0.4 • Published 10 months ago

@penta-swap/v2-core v1.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
10 months ago

Prerequisites

Install Hardhat

npm install --save-dev hardhat

Install packages

npm install 

Contract Deployment

Run the following command to compile and deploy the contracts

npx hardhat run scripts/deploy.helloworld.js --network pentestnet

After deployment the output of the script will be the addresses of the contracts

After deployment the output of the script will be the addresses of the contracts

Contract deployed to address:  0x5FbDB2315678afecb367f032d93F642f64180aa3
Greeting function says  Hello World!

Contract Testing

Run the following command to run the tests. Tests are located in test/ folder .

npx hardhat test

Contract Testing Coverage

Run the following command to check the contract test cases coverage .

npx hardhat coverage
1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago