An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# iota.lib.ts

[![npm version](https://badge.fury.io/js/iota.lib.ts.svg)](https://badge.fury.io/js/iota.lib.ts)
[![Github Issues](https://img.shields.io/github/issues/mpaland/iota.lib.ts.svg)](http://github.com/mpaland/iota.lib.ts/issues)
[![Github Releases](https://img.shields.io/github/release/mpaland/iota.lib.ts.svg)](https://github.com/mpaland/iota.lib.ts/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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).