Typescript library for IOTA
IOTA is the next best crypto currency, cause it's post-quantum save and uses a decentralized "Tangle".
This library is based on the IOTA JS reference implementation iota.lib.js.
Many modern projects use Typescript as of today, which has a lot of advantages regarding type checking, future compatibility etc.
Of course with creating some typings, the iota.lib.js can be used in TS projects. But having an independent, build up from scratch and CLEAN iota.lib.ts should give a lot of benefits...
W O R K _ I S _ I N _ P R O G R E S S _ R I G H T _ N O W
iota.lib.ts is using the mocha test suite for testing.
To do all tests just run npm run test
.
If you find any bugs, have any comments, improvements or suggestions:
- Create an issue and describe your idea
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Publish the branch (
git push origin my-new-feature
) - Create a new pull request
- Profit! ✅
iota.lib.ts is written under the MIT license.