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 i
cd ..
cd frontend
npm i
This will install the frontend packages. We also need to set up the local configuration file.
copy .env.example .env
This will create a file called .env
. Open up that file and fill in the environment variables.
npm run dev
This 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.