-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* GITBOOK-34: No subject * GITBOOK-35: update issuing your first asset tutorial * GITBOOK-36: update CD tutorial * GITBOOK-37: update profiler plugin * GITBOOK-38: Remove soroban token duplicate link * GITBOOK-39: update soroban token handler * GITBOOK-40: Improve Validation Cloud RPC page * GITBOOK-41: Improve the Welcome Page * GITBOOK-42: Improve Quick Start page * GITBOOK-45: Soroban Auth Pipeline * GITBOOK-47: update general doc --------- Co-authored-by: Fernanda Hahn <[email protected]>
- Loading branch information
Showing
33 changed files
with
413 additions
and
522 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,53 @@ | ||
# Table of contents | ||
|
||
* [Welcome](README.md) | ||
* [Quick Start](quick-start.md) | ||
- [Welcome](README.md) | ||
- [Quick Start](quick-start.md) | ||
- [Welcome](README.md) | ||
- [Quick Start](quick-start.md) | ||
|
||
## 🎓 Tutorials | ||
|
||
* [Issuing your first asset](tutorials/issuing-your-first-asset.md) | ||
* [Bulk Payments](tutorials/bulk-payments.md) | ||
* [E2E Certificate of Deposit demo](tutorials/e2e-certificate-of-deposit-demo.md) | ||
* [Creating a new contract client](tutorials/e2e-certificate-of-deposit-demo-1.md) | ||
* [Profiling a contract](tutorials/e2e-certificate-of-deposit-demo-2.md) | ||
- [Issuing your first asset](tutorials/issuing-your-first-asset.md) | ||
- [Bulk Payments](tutorials/bulk-payments.md) | ||
- [E2E Certificate of Deposit demo](tutorials/e2e-certificate-of-deposit-demo.md) | ||
- [Creating a new contract client](tutorials/e2e-certificate-of-deposit-demo-1.md) | ||
|
||
## 📄 Reference | ||
|
||
* [Account](reference/account/README.md) | ||
* [Base](reference/account/base.md) | ||
* [Default Account Handler](reference/account/default-account-handler.md) | ||
* [Freighter Account Handler](reference/account/freighter-account-handler.md) | ||
* [Helpers](reference/account/helpers/README.md) | ||
* [Friendbot](reference/account/helpers/friendbot.md) | ||
* [Asset](reference/asset/README.md) | ||
* [Classic Asset Handler](reference/asset/classic-asset-handler.md) | ||
* [Stellar Asset Contract Handler](reference/asset/stellar-asset-contract-handler.md) | ||
* [Soroban Token Handler](reference/asset/soroban-token-handler.md) | ||
* [Constants](reference/constants.md) | ||
* [Contract Clients](reference/contracts/README.md) | ||
* [Certificate of Deposit Client](reference/contracts/certificate-of-deposit-client.md) | ||
* [Core](reference/core/README.md) | ||
* [Contract Engine](reference/core/contract-engine.md) | ||
* [Pipelines](reference/core/pipelines/README.md) | ||
* [Build Transaction](reference/core/pipelines/build-transaction.md) | ||
* [Classic Signing Requirements](reference/core/pipelines/classic-signing-requirements.md) | ||
* [Fee Bump](reference/core/pipelines/fee-bump.md) | ||
* [Sign Transaction](reference/core/pipelines/sign-transaction.md) | ||
* [Simulate Transaction](reference/core/pipelines/simulate-transaction.md) | ||
* [Soroban Get Transaction](reference/core/pipelines/soroban-get-transaction.md) | ||
* [Submit Transaction](reference/core/pipelines/submit-transaction.md) | ||
* [Soroban Transaction](reference/core/pipelines/soroban-transaction.md) | ||
* [Classic Transaction](reference/core/pipelines/classic-transaction.md) | ||
* [Utils](reference/utils/README.md) | ||
* [Plugins](reference/utils/plugins/README.md) | ||
* [Fee Bump Plugin](reference/utils/plugins/fee-bump-plugin.md) | ||
* [Channel Accounts Plugin](reference/utils/plugins/channel-accounts-plugin.md) | ||
* [Auto Restore Plugin](reference/utils/plugins/auto-restore-plugin.md) | ||
* [Profiler Plugin](reference/utils/plugins/profiler-plugin.md) | ||
* [Pipeline](reference/utils/pipeline/README.md) | ||
* [Conveyor Belt](reference/utils/pipeline/conveyor-belt.md) | ||
* [Multi-belt Pipeline](reference/utils/pipeline/multi-belt-pipeline.md) | ||
* [Network Handler](reference/network-handler/README.md) | ||
* [RPC](reference/network-handler/rpc/README.md) | ||
* [Default RPC Handler](reference/network-handler/rpc/default-rpc-handler.md) | ||
* [Validation Cloud RPC Handler](reference/network-handler/rpc/validation-cloud-rpc-handler.md) | ||
* [Horizon Handler](reference/network-handler/horizon-handler.md) | ||
- [Account](reference/account/README.md) | ||
- [Base](reference/account/base.md) | ||
- [Default Account Handler](reference/account/default-account-handler.md) | ||
- [Freighter Account Handler](reference/account/freighter-account-handler.md) | ||
- [Asset](reference/asset/README.md) | ||
- [Classic Asset Handler](reference/asset/classic-asset-handler.md) | ||
- [Stellar Asset Contract Handler](reference/asset/stellar-asset-contract-handler.md) | ||
- [Soroban Token Handler](reference/asset/soroban-token-handler.md) | ||
- [Network](reference/constants.md) | ||
- [Contract Clients](reference/contracts/README.md) | ||
- [Certificate of Deposit Client](reference/contracts/certificate-of-deposit-client.md) | ||
- [Core](reference/core/README.md) | ||
- [Contract Engine](reference/core/contract-engine.md) | ||
- [Pipelines](reference/core/pipelines/README.md) | ||
- [Build Transaction](reference/core/pipelines/build-transaction.md) | ||
- [Classic Signing Requirements](reference/core/pipelines/classic-signing-requirements.md) | ||
- [Fee Bump](reference/core/pipelines/fee-bump.md) | ||
- [Sign Transaction](reference/core/pipelines/sign-transaction.md) | ||
- [Soroban Auth](reference/core/pipelines/sign-transaction-1.md) | ||
- [Simulate Transaction](reference/core/pipelines/simulate-transaction.md) | ||
- [Soroban Get Transaction](reference/core/pipelines/soroban-get-transaction.md) | ||
- [Submit Transaction](reference/core/pipelines/submit-transaction.md) | ||
- [Soroban Transaction](reference/core/pipelines/soroban-transaction.md) | ||
- [Classic Transaction](reference/core/pipelines/classic-transaction.md) | ||
- [Utils](reference/utils/README.md) | ||
- [Plugins](reference/utils/plugins/README.md) | ||
- [Fee Bump Plugin](reference/utils/plugins/fee-bump-plugin.md) | ||
- [Channel Accounts Plugin](reference/utils/plugins/channel-accounts-plugin.md) | ||
- [Auto Restore Plugin](reference/utils/plugins/auto-restore-plugin.md) | ||
- [Profiler Plugin](reference/utils/plugins/profiler-plugin.md) | ||
- [Pipeline](reference/utils/pipeline/README.md) | ||
- [Conveyor Belt](reference/utils/pipeline/conveyor-belt.md) | ||
- [Multi-belt Pipeline](reference/utils/pipeline/multi-belt-pipeline.md) | ||
- [RPC](reference/rpc/README.md) | ||
- [Default RPC Handler](reference/rpc/default-rpc-handler.md) | ||
- [Validation Cloud RPC Handler](reference/rpc/validation-cloud-rpc-handler.md) | ||
- [Horizon Handler](reference/horizon-handler.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Constants | ||
# Network | ||
|
||
A collection of ready-to-use configuration to the most common networks and a function set your own custom configuration. | ||
|
||
| Item | Description | | ||
| --------- | ------------------------------------------------------------------------------------ | | ||
| testnet | Standard configuration parameters to connect and interact with the Stellar testnet | | ||
| futurenet | Standard configuration parameters to connect and interact with the Stellar futurenet | | ||
| TestNet | Standard configuration parameters to connect and interact with the Stellar testnet | | ||
| FutureNet | Standard configuration parameters to connect and interact with the Stellar futurenet | | ||
| MainNet | Standard configuration parameters to connect and interact with the Stellar mainnet | | ||
| CustomNet | A function to build you own configuration object | |
Oops, something went wrong.