Skip to content

mpaland/iota.lib.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iota.lib.ts

npm version Github Issues Github Releases GitHub license

Typescript library for IOTA

Highlights and design goals

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

Test suite

iota.lib.ts is using the mocha test suite for testing. To do all tests just run npm run test.

Contributing

If you find any bugs, have any comments, improvements or suggestions:

  1. Create an issue and describe your idea
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Publish the branch (git push origin my-new-feature)
  6. Create a new pull request
  7. Profit! ✅

License

iota.lib.ts is written under the MIT license.