Unverified Commit 313a053f authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #63 from skalenetwork/SE-28

Fix test
parents 4559e076 11335b56
......@@ -41,16 +41,16 @@ $ cd run_sgx; sudo docker-compose up
Note: sgxwallet requires docker-compose for correct operation. You must always use
docker-compose and avoid using raw docker tools.
### Admin guide
## Admin guide
If you are an SKALE validator and want to run sgxwallet for testnet or mainnet usage,
please refer to Admin guide to setup and configure sgxwallet container
If you are a SKALE validator and want to run sgxwallet for testnet or mainnet usage,
please refer to Admin guide.
[docs/admin_guide.md](docs/admin_guide.md).
## Developer guide
If you are a SKALE developer and want to build sgxwallet from source,
see [docs/developer_guide.md](docs/developer_guide.md).
If you are a SKALE developer and want to build sgxwallet from source, please refer to Developer
guide [docs/developer_guide.md](docs/developer_guide.md).
## Contributing
......
# Admin guide
## Introduction
- [Prerequisites for sgxwallet containers](prerequisites.md)
- [Enabling SGX](enabling-sgx.md)
- [Example sgxwallet certificate instantiation](examples.md#example-of-client-certificate-instantiation)
## Community
- [SKALE Discord](http://skale.chat)
- [Security Bug Reporting](../SECURITY.md)
# Building the sgxwallet server
# Building SGX wallet from source
<!-- SPDX-License-Identifier: (AGPL-3.0-only OR CC-BY-4.0) -->
This document describes how to build sgxwallet on Ubuntu 18.04 systems. Currently, systems other than Ubuntu (such as Windows, MacOS, ...) are not currently supported.
This document describes how to build sgxwallet on Ubuntu 18.04.
## Clone this repository and its submodules
......
......@@ -2,7 +2,6 @@
## Introduction
- [README.md](../README.md) Overview of sgxwallet
- [Getting Started](index.md)
- [Prerequisites for sgxwallet containers](prerequisites.md)
- [Enabling SGX](enabling-sgx.md)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment