DeCert is a decentralized digital locker web application built on ICP (Internet Computer Protocol) to securely store and manage your documents and certificates on the blockchain.
✅ Store your documents and certificates securely on-chain
✅ Fully decentralized and censorship-resistant
✅ Built with ICP + modern web technologies (Vite, Tailwind CSS, Juno)
✅ Simple setup and deployment
- Internet Computer Protocol (ICP)
- JavaScript
- HTML
- Tailwind CSS
- Vite
- Juno
├── docker-compose.yml ├── index.html ├── juno.config.js ├── juno.dev.config.js ├── juno.dev.config.json ├── package-lock.json ├── package.json ├── postcss.config.js ├── tailwind.config.js ├── vite.config.js └── README.md
yaml Copy Edit
- Clone the repository
git clone https://github.com/anshitraj/Decentralized-DigiLocker-Built-In-ICP.git cd Decentralized-DigiLocker-Built-In-ICP
Install dependencies
bash Copy Edit npm install Run the development server
bash Copy Edit juno run dev Build for production
bash Copy Edit juno build Start the production server
bash Copy Edit juno start
npm start 📸 Screenshots Add screenshots or GIFs here to demonstrate your app’s functionality.
📄 License This project is licensed under the MIT License.
✨ Contributing Contributions are welcome! Please open an issue or submit a pull request for improvements and features.
🙏 Acknowledgements Internet Computer Protocol
Juno
Tailwind CSS
Vite