Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 373 Bytes

File metadata and controls

27 lines (17 loc) · 373 Bytes

Hyperledger Fabric 2.2 typescript smart contract starter

A starter smart contract project for Hyperledger Fabric 2.2 blockchain platform development.


Development

Install dependencies

npm install

Test

npm run test

Linter

Run TSLint:

npm run lint