https://github.com/mpaland/iota.lib.ts
Typescript library for IOTA
https://github.com/mpaland/iota.lib.ts
iota iota-library ledger tangle typescript typescript-library
Last synced: 2 months ago
JSON representation
Typescript library for IOTA
- Host: GitHub
- URL: https://github.com/mpaland/iota.lib.ts
- Owner: mpaland
- License: mit
- Created: 2017-12-20T16:54:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T15:10:51.000Z (over 7 years ago)
- Last Synced: 2025-01-25T22:53:59.334Z (4 months ago)
- Topics: iota, iota-library, ledger, tangle, typescript, typescript-library
- Language: TypeScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iota.lib.ts
[](https://badge.fury.io/js/iota.lib.ts)
[](http://github.com/mpaland/iota.lib.ts/issues)
[](https://github.com/mpaland/iota.lib.ts/releases)
[](https://raw.githubusercontent.com/mpaland/iota.lib.ts/master/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](https://github.com/mpaland/iota.lib.ts/fork)
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! :white_check_mark:## License
iota.lib.ts is written under the [MIT license](http://www.opensource.org/licenses/MIT).