▣ WALLIT
WALLIT is a decentralized wallet that utilizes Lit Protocol to create infinite private keys, removing the need for users to manage and store their own private keys. Lit Protocol uses a unique technology called Lit PKP(Programmable Key Pair) to securely store and manage private keys.
WALLIT is available on POLYGON Mainnet.
UPDATES
30/05/2023
17/05/2023
Features
Ethereum Wallet: Store, send, and receive Ether (ETH) and ERC-20, ERC-721, and ERC-1155 tokens.
Multi-account management: Create and manage multiple Ethereum addresses within a single MetaMask account.
Secure key management: Encrypts and stores your private keys locally on your device, ensuring maximum security.
Mobile app: Access Wallit on the go with any browser.
QR code scanner: Scan QR codes to easily receive or send tokens and interact with dApps.
Secure Storage of Private keys by Lit Protocol.
Wallet Connect Bridge.
What is Lit PKP?
Lit PKP is a technology developed by Lit Protocol to securely manage private keys in a decentralized manner. With Lit PKP, private keys are divided into fragments, encrypted, and stored across multiple nodes in the Lit Protocol network. This ensures that private keys are never fully accessible in any single location, making them much more secure than traditional private key management solutions.
Architecture and Technologies
WALLIT is built using the following technologies:
Lit Protocol: Used to create infinite private keys and process transactions securely and quickly.
Lit PKP: A technology developed by Lit Protocol for secure private key management.
Nextjs: Used to build the user interface of the wallet.
Etherjs: Used to interact with the Ethereum network.
Scaffold-eth: A development framework for Ethereum dApps that provides a suite of pre-built contracts, tools, and a local blockchain for testing and development.
Hardhat
Typescript
Installation
To install WALLIT, follow these steps:
Clone the repository:
git clone https://github.com/yourusername/wallit-monorepo.git
Install the required dependencies:
yarn
Start the application:
yarn start
Contributing
We welcome contributions to WALLIT! To contribute, follow these steps:
Fork the repository: Click the "Fork" button on GitHub.
Clone your forked repository:
git clone https://github.com/yourusername/wallit-monorepo.git
Create a new branch:
git checkout -b my-feature-branch
Make your changes and commit them:
git commit -m "Add new feature"
Push your changes to your forked repository:
git push origin my-feature-branch
Create a pull request: Open a pull request on GitHub and wait for your changes to be reviewed.
License
WALLIT is licensed under the MIT License. See LICENSE.md for more information.
Thanks for using WALLIT! 🚀
Last updated