Geniesafe is an Ethereum-based web app to manage your crypto inheritance and safeguard your private keys.
This project is built and maintained by Alif and Syaamil.
git clone https://github.com/GenieSafe/geniesafe.git
cd geniesafe/contract
npm icd ..
cd frontend
npm iThis will install the frontend packages. We also need to set up the local configuration file.
copy .env.example .envThis will create a file called .env. Open up that file and fill in the environment variables.
npm run devThis will start up the Next.js development server. Your site will be available at http://localhost:3001/
To interact with the local contract, be sure to switch your MetaMask network to Sepolia testnet.