◐ Shell
clean mode source ↗

GitHub - DemonRx/FullNodeUI

Stratis Wallet (codename 'Storm')

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.

Daemon Build

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

UI Build

Read more...