A Website to create and recover Shamir Secret Shares of arbitrary data.
Git clone this repo using
git clone https://github.com/Nightfallsh4/SLIP39-Playground.git .Now install the node modules.
pnpm installThe run the following command to run it in dev mode.
pnpm dev.