Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor grammar issues #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/source/general/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Openchain Server exposes a :ref:`public HTTP API <http-api>`, which can be calle

To wrap all those operations in a user-friendly user interface, we also provide a client: the Openchain Wallet.

The Openchain Wallet is an open source web based interface, available at `wallet.openchain.org <https://wallet.openchain.org>`_.
The Openchain Wallet is an open source web-based interface, available at `wallet.openchain.org <https://wallet.openchain.org>`_.

Connecting to a server
----------------------

The wallet is a client side application running in the browser, and capable of connecting to any Openchain endpoint. It can connect to multiple endpoints at the same time, and pull information and submit transactions to multiple instances of Openchain, however the first time you use it, you need to connect to at least one endpoint.
The wallet is a client-side application running in the browser, and capable of connecting to any Openchain endpoint. It can connect to multiple endpoints at the same time, and pull information and submit transactions to multiple instances of Openchain. However, the first time you use it, you need to connect to at least one endpoint.

.. image:: /images/wallet-1.png

Expand Down Expand Up @@ -48,11 +48,11 @@ To do this, click the "Assets" tab.

.. image:: /images/wallet-5.png

Select the endpoint and the first slot, and click "Confirm".
Select the endpoint and the first slot, and click "Confirm."

.. image:: /images/wallet-6.png

Click "Issue Asset" and type an amount to issue (10000 for example). Press "Issue".
Click "Issue Asset" and type an amount to issue (10000 for example). Press "Issue."

You should then see a confirmation of the transaction.

Expand Down Expand Up @@ -96,4 +96,4 @@ Alias editor

The alias editor lets you configure :ref:`aliases <aliases>` for specific paths. After an alias has been set, it is possible to send funds to the alias directly using the ``@`` prefix. The wallet will automatically resolve the alias.

.. note:: In the default permission layout, aliases can only be modified by an administrator.
.. note:: In the default permission layout, aliases can only be modified by an administrator.