Tezos JavaScript API
npm run build
- produces production version of your library under thelib
foldernpm run dev
- produces development version of your library and runs a watchernpm run test
- well ... it runs the tests :)npm run test:watch
- same as above but in a watch mode
Import the library using : <script src="tez.js"></script>
Then you can use the library by calling tez like var wallet = tez.account.create();