Skip to content

Commit

Permalink
update sdk and wasm links
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwwwwwwww committed Jul 11, 2024
1 parent fceaec7 commit af67339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ The official Aleo SDK providing JavaScript/TypeScript tools for creating zero-kn
Start here with the [Aleo SDK Readme](https://github.com/ProvableHQ/sdk#readme) to get started building your
first zero-knowledge web app.

#### Source: [`sdk/sdk`](https://github.com/ProvableHQ/sdk/tree/testnet3/sdk)

#### Source: [`Aleo SDK`](https://www.npmjs.com/package/@provablehq/sdk)

## 2. Create-Aleo-App - Zero-Knowledge Web App Examples
<a href="https://www.npmjs.com/package/create-aleo-app"> <img alt="Create Aleo App" src="https://img.shields.io/npm/l/create-aleo-app?label=NPM%20-%20Create-Aleo-App&labelColor=green&color=blue"></a>
Expand All @@ -59,7 +58,7 @@ source.
❗ Currently, program execution is only available in web browsers. However, account, program, and data management within
NodeJS is functional.

Source: [`sdk/wasm`](https://github.com/ProvableHQ/sdk/tree/testnet3/wasm)
Source: [Aleo Wasm](https://www.npmjs.com/package/@provablehq/wasm)

## 📚 Documentation

Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The SDK provides the ability to execute Aleo programs 100% client-side within th
The `ProgramManager` object encapsulates the functionality for executing programs and making zero-knowledge proofs about
them. Under the hood it uses cryptographic code compiled from [SnarkVM](https://developer.aleo.org/aleo) into WebAssembly
with JavaScript bindings that allow for the execution of Aleo programs fully within the browser. Users interested in lower-level
details on how this is achieved can visit the [aleo-wasm](https://github.com/ProvableHQ/sdk/tree/testnet3/wasm) crate.
details on how this is achieved can visit the [aleo-wasm](https://www.npmjs.com/package/@provablehq/wasm) crate.

The basic execution flow of a program is as follows:
1. A web app is loaded with an instance of the `ProgramManager` object
Expand Down

0 comments on commit af67339

Please sign in to comment.