Skip to content

Commit 1721129

Browse files
Varunramgitbook-bot
authored andcommitted
GitBook: [master] 39 pages modified
1 parent f3ec10b commit 1721129

21 files changed

+30
-26
lines changed

SUMMARY.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@
99
* [Openx](getting-started/openx.md)
1010
* [Opensolar](getting-started/opensolar.md)
1111
* [Teller](getting-started/teller.md)
12+
* [FAQ](faq/README.md)
13+
* [Openx FAQ](faq/openx-faq.md)
14+
* [Opensolar FAQ](faq/faq.md)
1215

1316
## Openx
1417

1518
* [Introduction](openx/intro.md)
16-
* [Users](openx/users.md)
17-
* [Administrators](openx/administrators.md)
19+
* [Architecture](openx/users/README.md)
20+
* [Administrators](openx/users/administrators.md)
21+
* [Users](openx/users/users.md)
1822
* [Platforms](openx/platforms.md)
1923
* [Stablecoins](openx/stablecoins.md)
2024
* [Modes](openx/modes.md)
@@ -28,32 +32,30 @@
2832
* [Public](openx/api/public.md)
2933
* [Ping](openx/api/ping.md)
3034
* [Errors](openx/api/errors.md)
31-
* [FAQ](openx/faq.md)
3235

3336
## Opensolar
3437

3538
* [Introduction](opensolar/intro.md)
36-
* [JSON-RPC API](opensolar/json-rpc-api.md)
3739
* [API Endpoints](opensolar/api/README.md)
3840
* [Investors](opensolar/api/investors.md)
3941
* [Recipients](opensolar/api/recipients.md)
4042
* [Projects](opensolar/api/untitled.md)
4143
* [Stages](opensolar/api/stages.md)
4244
* [Particle](opensolar/api/particleio.md)
43-
* [FAQ](opensolar/faq.md)
44-
* [Openx and Opensolar](opensolar/openx-opensolar.md)
45-
* [Web Interface](opensolar/web-interface-1.md)
46-
* [Teller](opensolar/teller.md)
47-
* [IoT](opensolar/iot.md)
48-
* [Stages](opensolar/stages.md)
49-
* [Entities](opensolar/entities.md)
50-
* [KYC](opensolar/kyc.md)
51-
* [AnchorUSD](opensolar/anchorusd.md)
52-
* [Smart Contract](opensolar/smart-contract.md)
53-
* [Blockchain](opensolar/blockchain.md)
54-
* [Modes](opensolar/modes.md)
55-
* [Swytch.io](opensolar/swytch.io.md)
56-
* [Web Interface](opensolar/web-interface.md)
45+
* [Architecture](opensolar/openx-opensolar/README.md)
46+
* [KYC](opensolar/openx-opensolar/kyc.md)
47+
* [JSON-RPC API](opensolar/openx-opensolar/json-rpc-api.md)
48+
* [Teller](opensolar/openx-opensolar/teller.md)
49+
* [Entities](opensolar/openx-opensolar/entities.md)
50+
* [Web Interface](opensolar/openx-opensolar/web-interface-1.md)
51+
* [IoT](opensolar/openx-opensolar/iot.md)
52+
* [Swytch.io](opensolar/openx-opensolar/swytch.io.md)
53+
* [Web Interface](opensolar/openx-opensolar/web-interface.md)
54+
* [AnchorUSD](opensolar/openx-opensolar/anchorusd.md)
55+
* [Smart Contract](opensolar/smart-contract/README.md)
56+
* [Modes](opensolar/smart-contract/modes.md)
57+
* [Stages](opensolar/smart-contract/stages.md)
58+
* [Blockchain](opensolar/smart-contract/blockchain.md)
5759

5860
## Pilot
5961

faq/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# FAQ
2+

opensolar/faq.md faq/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Frequently Asked Questions related to the opensolar project
33
---
44

5-
# FAQ
5+
# Opensolar FAQ
66

77
## Why Stellar?
88

openx/faq.md faq/openx-faq.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FAQ
1+
# Openx FAQ
22

33
## What is openx?
44

@@ -8,5 +8,3 @@ This is a sample response.
88

99
This is a sample response.
1010

11-
12-

opensolar/openx-opensolar.md opensolar/openx-opensolar/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Openx and Opensolar
1+
# Architecture
22

3-
![](../.gitbook/assets/screenshot-2020-04-24-at-2.36.13-pm.png)
3+
![](../../.gitbook/assets/screenshot-2020-04-24-at-2.36.13-pm.png)
44

55
Openx is meant to be a broader platform infrastructure which can accommodate a wide variety of platforms. Opensolar is one of the platforms based on openx. Platforms need to obtain a special token in order to call endpoints that are reserved for platforms. These endpoints allow a caller platform to import openx user data, user KYC data, their balances on different blockchains, and more. Communication between openx and opensolar is through the JSON-RPC APIs of openx.
66

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

opensolar/smart-contract.md opensolar/smart-contract/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
The Opensolar smart contract runs on AWS since Stellar does not support on chain smart contracts. It contains core functionality surrounding investments and payback whereas auxiliary features that handle transactions like asset creation are imported from sub-packages. The smart contract also allows for different investment models which can be defined in a relevant sub package. By default, it uses the munibond model for investments.
44

5-
![Smart Contract Architecture](../.gitbook/assets/screenshot-2020-04-24-at-2.39.03-pm.png)
5+
![Smart Contract Architecture](../../.gitbook/assets/screenshot-2020-04-24-at-2.39.03-pm.png)
66

opensolar/blockchain.md opensolar/smart-contract/blockchain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Blockchain
22

3-
![](../.gitbook/assets/screenshot-2020-04-24-at-2.50.45-pm.png)
3+
![](../../.gitbook/assets/screenshot-2020-04-24-at-2.50.45-pm.png)
44

55
Opensolar \(like openx\) uses Stellar, a Proof of Stake blockchain based on the Stellar Consensus Protocol. Stellar follows an account based model of accounting in which balances are associated with a public key \("account" or "address"\) on the blockchain, and subsequent operations increase the balance associated with the address. Stellar provides a set of operations that can be performed globally to change the state of a set of addresses \([https://www.stellar.org/developers/guides/concepts/list-of-operations.html](https://www.stellar.org/developers/guides/concepts/list-of-operations.html)\)
66

File renamed without changes.
File renamed without changes.

openx/users/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Architecture
2+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)