UNPKG

ssv-keys

Version:

Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.

14 lines (12 loc) 253 B
import UserFlow from "./UserFlow"; import "./index.css"; import "./App.css"; function App() { return ( <main className="App"> <h1 className="text-center">SSV Keys React Example</h1> <UserFlow /> </main> ); } export default App;