Stellar p2p web-wallet
Node.js
# Clone the project
git clone https://github.com/mitchzof/stratiom.git
cd stratiom
# Install npm dependancies
npm install
# Build the src
npm run build
# Dev
npm run dev
# Testnet
npm run testnet
# Run the server
npm run start
This is not exactly the version run on Stratiom.io, with the only difference being that Stratiom.io uses server rendering (all components within the client are the same).