GithubHelp home page GithubHelp logo

wax-voterclaim-using-abi2csharp's Introduction

Lumpi-Nick

Wax-VoterClaim-using-ABI2CSharp

This is a Proof of Concept program to interact with the Wax Blockchain using C# to query voter status, claim your voter pay and vote for a proxy using the ABI2CSharp and EosSharp projects.

Steps to reproduce setting up a blank project:

REM Start VS2022 Developer commandline
cd \
mkdir PoC
cd PoC
git clone https://github.com/NKCSS/ABI2CSharp.git
git clone https://github.com/NKCSS/eos-sharp.git
curl -O https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
nuget restore ABI2CSharp\Abi2CSharp.csproj
nuget restore eos-sharp\EosSharp\EosSharp.sln
msbuild ABI2CSharp\Abi2CSharp.csproj
msbuild eos-sharp\EosSharp\EosSharp\EosSharp.csproj
PATH = %PATH%;C:\PoC\ABI2CSharp\bin\Debug\netcoreapp3.1
mkdir PoC
cd PoC
dotnet new console
dotnet add package Newtonsoft.Json
abi2csharp.exe eosio
devenv PoC.csproj
edit project file to include <LangVersion>10</LangVersion> after the TargetFramework element

wax-voterclaim-using-abi2csharp's People

Contributors

nkcss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.