From 511e6bce5ef2372546eec2b728c4e10dd4548f82 Mon Sep 17 00:00:00 2001 From: Michiel Post Date: Tue, 13 Dec 2022 09:49:48 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e77b0..839b8de 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Nano RPC Client and Nano Wallet library in C# Easily communicatie with a Nano Node using C# -This library includes a programmable wallet to easily receive and send Nano. It can be used in ASP.Net, Desktop apsp and also in the browser using Blazor WebAssembly. +This library includes a programmable wallet to easily receive and send Nano. It can be used in ASP.Net, Desktop apps and also in the browser using Blazor WebAssembly. Donation address: nano_14ezmbmoj5zqzoj7g99bec1rfr7woe1d7bsa87wmsbfpt4u4mnur8183oqtm From 8ecc53f6e95cc1a00cd960847e697221a062a755 Mon Sep 17 00:00:00 2001 From: Michiel Post Date: Tue, 13 Dec 2022 09:50:15 +0100 Subject: [PATCH 2/3] Delete skynet_publish.yml --- .github/workflows/skynet_publish.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/skynet_publish.yml diff --git a/.github/workflows/skynet_publish.yml b/.github/workflows/skynet_publish.yml deleted file mode 100644 index bd917a5..0000000 --- a/.github/workflows/skynet_publish.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: publish to skynet -on: - push: - -jobs: - publish: - name: build and publish to skynet - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Setup dotnet - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 7.0.x - - name: Build with dotnet - run: dotnet build NanoRPC.sln --configuration Release - - name: Publish Website - run: dotnet publish NanoRPC.Wallet.SampleApp -o publish/NanoRPC.Wallet.SampleApp -c Release - - name: Deploy to Skynet - uses: kwypchlo/deploy-to-skynet-action@main - with: - upload-dir: publish/NanoRPC.Wallet.SampleApp/wwwroot \ No newline at end of file From 47da1b5f43fcd2b7fc771c65530ca6126b6f63d7 Mon Sep 17 00:00:00 2001 From: Michiel Post Date: Tue, 13 Dec 2022 09:51:08 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 839b8de..5b81f96 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Nano RPC Client and Nano Wallet library in C# -Easily communicatie with a Nano Node using C# +Easily communicate with a Nano Node using C# This library includes a programmable wallet to easily receive and send Nano. It can be used in ASP.Net, Desktop apps and also in the browser using Blazor WebAssembly. Donation address: nano_14ezmbmoj5zqzoj7g99bec1rfr7woe1d7bsa87wmsbfpt4u4mnur8183oqtm