Skip to content

Ethereum-based web app for crypto inheritance and safeguard private keys. Won Best Project Award in Universiti Malaya Software Engineering department.

Notifications You must be signed in to change notification settings

GenieSafe/geniesafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geniesafe

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.

Getting started

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/

Metamask

To interact with the local contract, be sure to switch your MetaMask network to Sepolia testnet.

About

Ethereum-based web app for crypto inheritance and safeguard private keys. Won Best Project Award in Universiti Malaya Software Engineering department.

Resources

Stars

Watchers

Forks

Releases

No releases published