Skip to content

DemonRx/FullNodeUI

 
 

Repository files navigation

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...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 65.7%
  • TypeScript 20.1%
  • HTML 9.4%
  • JavaScript 3.3%
  • PowerShell 1.1%
  • Shell 0.4%