Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Nov 14, 2018
1 parent 206c60c commit d999d66
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions docs/sdk.rst
@@ -1,28 +1,23 @@
Minter SDK
==========
Minter SDKs
===========

JavaScript SDK
^^^^^^^^^^^^^^
- `minter-js-sdk<https://github.com/MinterTeam/minter-js-sdk>`__ communicate with the Minter blockchain through its API
- `minter-js-org<https://github.com/MinterTeam/minter-js-org>`__ communicate with the minter.org user database
- `minterjs-wallet<https://github.com/MinterTeam/minterjs-wallet>`__ BIP0032 HD Wallet implementation
- `minterjs-tx<https://github.com/MinterTeam/minterjs-tx>`__ create, manipulate and sign Minter transactions
- `minterjs-util<https://github.com/MinterTeam/minterjs-util>`__ a collection of utility functions for Minter
- `minter-js-sdk <https://github.com/MinterTeam/minter-js-sdk>`__ – communicate with the Minter blockchain through its API
- `minter-js-org <https://github.com/MinterTeam/minter-js-org>`__ – communicate with the my.minter user database
- `minterjs-wallet <https://github.com/MinterTeam/minterjs-wallet>`__ – BIP0032 HD Wallet implementation
- `minterjs-tx <https://github.com/MinterTeam/minterjs-tx>`__ – create, manipulate and sign Minter transactions
- `minterjs-util <https://github.com/MinterTeam/minterjs-util>`__ – a collection of utility functions for Minter

iOS SDK
^^^^^^^
Core:
https://github.com/MinterTeam/minter-ios-core

Explorer:
https://github.com/MinterTeam/minter-ios-explorer

My:
https://github.com/MinterTeam/minter-ios-my
- `minter-ios-core <https://github.com/MinterTeam/minter-ios-core>`__ – create, manipulate and sign Minter transactions
- `minter-ios-explorer <https://github.com/MinterTeam/minter-ios-explorer>`__ – communicate with the Minter blockchain through Explorer
- `minter-ios-my <https://github.com/MinterTeam/minter-ios-my>`__ - communicate with the my.minter user database

PHP SDK
^^^^^^^
- `minter-php-sdk <https://github.com/MinterTeam/minter-php-sdk>`__ – a pure PHP SDK for working with Minter blockchain

Android SDK
^^^^^^^^^^^

0 comments on commit d999d66

Please sign in to comment.