Sui Resume is a decentralized resume platform built on the Sui Blockchain. It allows professionals to create, store, and share their resumes securely and immutably.
By leveraging the Walrus Protocol for decentralized storage, Sui Resume ensures that your professional history is preserved permanently and remains under your full control, free from centralized interference.
- 🔗 On-Chain Identity: Mint your professional profile as a dynamic Object on the Sui blockchain.
- 🐘 Decentralized Storage: High-fidelity assets (profile photos, portfolios) and rich text bios are stored securely on the Walrus Protocol, ensuring data permanence without bloating the chain.
- ⚡ Lightning Fast: Built on Sui, experience sub-second finality for all profile updates and interactions.
- 🎨 Premium UX: A sleek, responsive interface built with React and Tailwind CSS, designed for the modern web3 professional.
- 🔒 Privacy & Control: You own your data. Update, hide, or share your profile with cryptographic proof of ownership.
- Frontend: React, Vite, Tailwind CSS
- Blockchain: Sui Move
- SDKs: @mysten/dapp-kit, @mysten/sui.js
- Storage: Walrus SDK
- Node.js (v18+)
- pnpm or npm
- Sui Wallet browser extension
-
Clone the repository
git clone https://github.com/MuskChi/Sui-Resume.git cd sui-resume -
Install dependencies
cd frontend npm install -
Run the development server
npm run dev
-
Open in Browser Visit
http://localhost:5173to start exploring.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.