Warning: We're still in alpha, so use at your own risk. This is the repository of the Stratis Wallet, a full node staking wallet using Angular and Electron at the front-end and C# with .NET Core in the back-end.
The StratisD daemon is the backend REST service, hosting a Stratis node upon which FullNode UI depends:
# Clone and go in the directory
git clone https://github.com/stratisproject/FullNode.UI
cd FullNodeUI
# Initialize dependencies
git submodule update --init --recursive
# Run the StratisD daemon
cd StratisBitcoinFullNode/src/Stratis.StratisD
dotnet run -testnet