Skip to content

Commit

Permalink
Changing title to Security Token Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 2, 2019
1 parent 0219ea9 commit 8ca5f9b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A tool and Python library for issuing out and integrating security tokens.
Security Token Manager is an open source project that provides a command line tool and API library to interact and integrate security tokens to your business systems.


.. image:: https://badges.gitter.im/TokenMarketNet/sto.svg
Expand All @@ -9,29 +9,26 @@ A tool and Python library for issuing out and integrating security tokens.
:target: https://travis-ci.org/TokenMarketNet/sto


Benefits
========
TokenMarket Security Token Manager
==================================

An open source tool ensures your company can manage its security tokens now and in the far future without vendor lock in. A good documentation ensures any capable technical advisory can pick up the work and assist you.
Security Token Manager provides technical operations for corporate governance including e.g.

Features
========
* Issue out new stock series as security tokens

This is a command line tool and Python library to manage and integrate security tokens:

* Issue out new stock series
* Distributing shares to primary market investors

* Printing out cap table

* Printing out my portfolio

* Managing bad transactions and lost privat keys

* Paying dividends
* Paying dividends and interest

* Delivering voting ballots

The command line tool is locally installed via Docker and available for Windows, OSX and Linux.
* Maintaining audit logs of delivered actions

The command line tool is locally installed via Docker and available for Windows, OSX and Linux. The API is written in Python programming language.

Get started
===========
Expand All @@ -45,6 +42,8 @@ Links

`TokenMarket website <https://tokenmarket.net>`_

`Twitter <http://twitter.com/tokenmarkett>`_

`Documentation <https://docs.tokenmarket.net/>`_

`Github Source code and issue tracker <https://github.com/tokenmarketnet/sto>`_
Expand All @@ -66,3 +65,4 @@ Links




2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
master_doc = 'index'

# General information about the project.
project = 'Security token documentation'
project = 'Security Token Manager'
copyright = '2018-2019, TokenMarket Ltd.'
author = 'Mikko Ohtamaa'

Expand Down
14 changes: 7 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

Security token documentation
============================
Security Token Manager documentation
====================================

Here is a documentation for TokenMarket Security Token.
Here is a documentation for TokenMarket Security Token Manager. Security Token Manager is an open source project that provides a command line tool and API library to interact and integrate security tokens to your business systems.

``sto`` open source project provides a command line tool and Python library to manage and integrate security tokens.

Operations include e.g.
Security Token Manager provides technical operations for corporate governance including e.g.

* Issue out new stock series as security tokens

Expand All @@ -22,7 +20,7 @@ Operations include e.g.

* Maintaining audit logs of delivered actions

The command line tool is locally installed via Docker and available for Windows, OSX and Linux.
The command line tool is locally installed via Docker and available for Windows, OSX and Linux. The API is written in Python programming language.

New to tokens and securities? `Read an introduction for security tokens <https://tokenmarket.net/news/security-tokens/what-are-security-tokens/>`_

Expand All @@ -49,6 +47,8 @@ Links

`TokenMarket website <https://tokenmarket.net>`_

`Twitter <http://twitter.com/tokenmarkett>`_

`Documentation <https://docs.tokenmarket.net/>`_

`Github Source code and issue tracker <https://github.com/tokenmarketnet/sto>`_
Expand Down

0 comments on commit 8ca5f9b

Please sign in to comment.