Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 339 Bytes

My dApp Template

Install

npm install

Start a local devnet for testing and development

Please refer to the documentation here: Devnet Guide

Compile

Compile the TypeScript files into JavaScript:

npm run compile

Testing

npm run test