Simple RPC client to access STEEM blockchain
Works under .NET (Windows) and .NET Core 2.x (Windows, macOS or Linux)
- Install .NET Core 2.x
- Create project folder
- Goto folder (command line)
- Create project with dotnet new console
- Copy Program.cs and SimpleSteemRPC.cs to project folder
- Run demo with dotnet run