-
Notifications
You must be signed in to change notification settings - Fork 472
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
[Documentation] Reorganization and Upgrade of SDK docs #968
base: mainnet
Are you sure you want to change the base?
Conversation
[Documentation] Account management
…dk into docs/sdk-doc-reorganization
[Documentation] Making Transfers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to fix that npm/yarn mixup then LGTM!
|
||
The Provable SDK can be installed via npm and yarn package managers. | ||
|
||
### NPM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm and yarn instructions are switched
…tead of buildExecutionTransaction
[Documentation] Amend transfer examples to use buildTransferTransaction
…ate and intro docs
…dk into docs/sdk-doc-reorganization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor edits
</p> | ||
|
||
|
||
The [Aleo SDK](https://github.com/ProvableHQ/sdk) is an open source TypeScript/JavaScript SDK for building private full stack web applications. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to Provable SDK
* **Aleo Wallets** | ||
|
||
## Features | ||
The Aleo SDK provides the following features. Follow the links below for live demonstrations of these features on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to Provable SDK
…ntro Signed-off-by: Christian W <christian@provable.com>
Docs/create leo app intro
Motivation
Up to this point the SDK docs have been fragmented between a monolithic readme within the SDK repo and several outdated docs on the both Aleo Developer and Leo Language sites. This by no means provides a good experience for new developers attempting to learn how to build their own wallets and zero knowledge web apps on Aleo.
This PR seeks to provide a more easy-to-follow structure to the Provable SDK documentation that provides simple navigation through Aleo SDK usage guides and examples. It does so by creating a
docs
folder that stores a well organized series of markdown documents that can be worked through step by step.This is part of a broader effort to improve the friendliness of the tooling provided by Provable.
Changelog
Related PRs