Skip to content

Universe-art/landmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How can I test landmanager smart contract with hardhat ?

Download all the content of this folder on your machine

Install nodejs

Install npm

npm i npm

Install hardhat (and all the required dependencies)

npm i hardhat

In the hardhat config file, set timeout to minimum 100000 (add this in hardhat.config.js :

mocha: {
timeout: 100000
}

Test the smart contract with the following command

npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published