Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 307 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 307 Bytes

My dApp Template

Install

npm install

Start a local devnet for testing and development

Please refer to the documentation here: https://wiki.alephium.org/full-node/devnet

Compile

Compile the TypeScript files into JavaScript:

npm run compile

Testing

npm run test