Skip to content

Commit

Permalink
commit readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc97 committed Feb 18, 2023
1 parent 4626928 commit 3f5a879
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Happy hacking!

[Aleo SDK account generator](https://aleohq.github.io/aleo/)

[Aleo web](https://www.aleo.org/)
[Aleo Home](https://www.aleo.org/)

You can visit the [SnarkVM repo](https://github.com/AleoHQ/snarkVM) and [SnarkOS repo](https://github.com/AleoHQ/snarkOS) to go deep into the code of aleo infrastructure
10 changes: 10 additions & 0 deletions wasm/PUBLISH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Aleo Wasm

## Publish instructions

```bash
npm login
wasm-pack build --scope aleohq
cd pkg
npm publish --access=public
```
25 changes: 20 additions & 5 deletions wasm/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Aleo Wasm

## Publish instructions
Aleo low-level utilities for account and record management in Rust - packaged to be Wasm-compatible.

For more general utilities to help with program compilation and node connectivity, check out https://crates.io/crates/aleo.

Happy hacking!

## Build Guide
```bash
wasm-pack build --target nodejs
```

## Testing
```bash
npm login
wasm-pack build --scope aleohq
cd pkg
npm publish --access=public
wasm-pack test
```

## Aleo Tools

[Aleo SDK account generator](https://aleohq.github.io/aleo/)

[Aleo Home](https://www.aleo.org/)

You can visit the [SnarkVM repo](https://github.com/AleoHQ/snarkVM) and [SnarkOS repo](https://github.com/AleoHQ/snarkOS) to go deep into the code of aleo infrastructure

0 comments on commit 3f5a879

Please sign in to comment.