You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**kudo_application**: A simple counter increment example
25
-
-**simple_counter_application**: A relatively complex example; more detailed descriptions can be found [here](https://research.anoma.net/t/shielded-kudos-revised-no-authorisation-abstraction/1522)
26
-
-**simple_transfer_application**: A simplified transfer application for use in the Protocol Adapter; more detailed descriptions can be found [here](https://forum.anoma.net/t/simple-transfer-application-for-ethereum/2193)
20
+
## ARM-RISC0 Application Examples
21
+
22
+
Several application examples are available at [here](https://github.com/anoma/arm-risc0-examples), including the simple counter application, token transfer application, and the kudo application.
27
23
28
24
## Getting Started
29
25
@@ -52,20 +48,6 @@ RISC0_DEV_MODE=1 cargo test
52
48
cargo test --release
53
49
```
54
50
55
-
* Run examples
56
-
57
-
For example, test the simple counter example:
58
-
59
-
```bash
60
-
cd simple_counter
61
-
62
-
# Run the counter initialization test
63
-
cargo test test_create_init_counter_tx
64
-
65
-
# Run the counter increment test
66
-
cargo test test_create_increment_tx
67
-
```
68
-
69
51
### Run tests and examples on Bonsai
70
52
71
53
[Bonsai](https://risczero.com/bonsai) is a remote and high-performance service provided by RISC0 for generating proofs. To use Bonsai, you can request an API key [here](https://docs.google.com/forms/d/e/1FAIpQLSf9mu18V65862GS4PLYd7tFTEKrl90J5GTyzw_d14ASxrruFQ/viewform), and then set the environment variables. Once set up, your proof generation tasks will be automatically offloaded to Bonsai.
0 commit comments