From 5242ab43a5f6ab12a6c8a6f178140160a90c49ac Mon Sep 17 00:00:00 2001 From: binarycryptodev Date: Wed, 11 Feb 2026 06:53:53 +0100 Subject: [PATCH 1/4] Update README.md --- rust-counter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-counter/README.md b/rust-counter/README.md index 069eb26..8503d97 100644 --- a/rust-counter/README.md +++ b/rust-counter/README.md @@ -4,7 +4,7 @@ Simple counter program using Rust Native and Ephemeral Rollups ## Software Packages -This program has utilized the following sofware packages. +This program has utilized the following software packages. | Software | Version | Installation Guide | | ---------- | ------- | ------------------------------------------------------- | @@ -20,7 +20,7 @@ agave-install init 2.3.13 # Check and initialize your Rust version rustup show rustup install 1.85.0 - +```` ## ✨ Build and Test From 781150467dd94b374ece0f51c136cfe7f18ceb24 Mon Sep 17 00:00:00 2001 From: binarycryptodev Date: Wed, 11 Feb 2026 06:57:29 +0100 Subject: [PATCH 2/4] Update README.md --- rust-counter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-counter/README.md b/rust-counter/README.md index 8503d97..3631706 100644 --- a/rust-counter/README.md +++ b/rust-counter/README.md @@ -31,10 +31,10 @@ cargo build-sbf solana program deploy target/deploy/rust_counter.so ```` -Add wallet (if not a new keypair will be generated) and RPC endpoints to the file example.env and update filename to .env: +Add wallet (if not a new keypair will be generated) and RPC endpoints to the file `example.env` and update filename to `.env`: ```bash -PRIVATE_KEY= +PRIVATE_KEY= ``` Run the tests: From 72e257aac109c15e8f8080830e44d60c7e64a3df Mon Sep 17 00:00:00 2001 From: binarycryptodev Date: Wed, 11 Feb 2026 07:00:29 +0100 Subject: [PATCH 3/4] Update rust-counter.test.ts --- rust-counter/tests/kit/rust-counter.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-counter/tests/kit/rust-counter.test.ts b/rust-counter/tests/kit/rust-counter.test.ts index da960e2..3b5f1b9 100644 --- a/rust-counter/tests/kit/rust-counter.test.ts +++ b/rust-counter/tests/kit/rust-counter.test.ts @@ -92,7 +92,7 @@ describe("basic-test", async () => { it( "Initialize counter on Solana", async () => { - const start = Date.now();`` + const start = Date.now(); // Prepare transaction const accounts = [ From 0aa1391634204e313cd71cb11ccae16bcbd94b5b Mon Sep 17 00:00:00 2001 From: binarycryptodev Date: Wed, 11 Feb 2026 07:13:24 +0100 Subject: [PATCH 4/4] Update README.md --- rust-counter/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-counter/README.md b/rust-counter/README.md index 3631706..2249eec 100644 --- a/rust-counter/README.md +++ b/rust-counter/README.md @@ -20,7 +20,6 @@ agave-install init 2.3.13 # Check and initialize your Rust version rustup show rustup install 1.85.0 -```` ## ✨ Build and Test