-
Couldn't load subscription status.
- Fork 25
Installation
Korzun Alexander edited this page Jul 30, 2018
·
1 revision
To work with Steem blockchain, install Ditch.Steem:
PM>
Install-Package Ditch.Steem
To work with Golos blockchain, install Ditch.Golos:
PM>
Install-Package Ditch.Golos
To work with EOS blockchain, install Ditch.EOS:
PM>
Install-Package Ditch.EOS
Ditch is open source library. You may download the latest version from github.
Then:
Open Ditch.sln in Visual Studio 2017 and build it (F5) (.net core 2.0 or higher needed).
or
open Automation directory and run build_solution.cmd (Used dotnet build)
or
open CMD and type dotnet build *set path to Ditch*\Sources\Ditch.sln