Tezjs
Tezos JavaScript API
Install / Use
/learn @marcvincenti/TezjsREADME
TezJS
Tezos JavaScript API
npm run build- produces production version of your library under thelibfoldernpm 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
To embed it in html page
Import the library using : <script src="tez.js"></script>
Then you can use the library by calling tez like var wallet = tez.account.create();
