Skip to content

Chakkaphong9/smartcontract-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartcontract-starter

Yarn Solidity TypeScript Mocha

Description

this starter smartcontart with typscripts using hardhat generator Read more about hardhat.

Features

Integration testing
  • mocha
  • chai

Requirements

  • node >= 14
  • npm >= 6
  • typescript >= 4.0
  • (we recommend to use yarn)

Project skeleton

.
├── artifacts
|   |── build-info
|   |── contracts
|   |── cache
|   |   |── solidity-files-cache.json
|   |── contracts
|   |   |── morgan.sol
|   |── scripts
|   |   |── deploy.ts 
|   |── test
|   |   |── test.ts
|── .gitignore
|── hardhat.config.ts
|── package.json
|── README.md
|── yarn.lock  

Development

yarn add typescript

Testing

To run unit test:

npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.3%
  • Solidity 9.7%