diff --git a/applications/skyepass.md b/applications/skyepass.md index 6ad0251e4d4..c1a44aaf0bd 100644 --- a/applications/skyepass.md +++ b/applications/skyepass.md @@ -181,8 +181,8 @@ Besides private work for companies that cannot be shared, Song developed a simpl | ------ | ------------------------------ | ------------------------------------------------------------ | | 0a. | License | Apache 2.0 | | 0b. | Documentations/Project Website | A minimalism project homepage with a user manual that documents how to use SkyePass from account creation to manage passwords, and install extensions and browser extensions.
A developer documentation that describes the encryption mechanism in details; Basic API documentation for extension development. | -| 1. | Desktop App/Browser Extension | **Desktop App**
A React.js + Electron App to start with. The App will implement as close as possible to the graphic design (per 0d).
- Wallet Creation / Backup Phase / Create Master Password
- Wallet Import / Signin
- Autolock after timed inactivity or manually lock the App
- Create/Share/Manage Vaults
- Add/Update/Delete Password Items (with 2FA OTP support)
- Add/Update/Delete Secure Note/Credit Card
- Basic ETH wallet extension
- Basic Polkadot wallet extension
- Application Marketplace
- link social media or other identity handle to a public account
- sharing a single password item directly to another user

**Browser Extension**
- Communication to Desktop Application
- Auto-fill account/passwords

**IPFS Connection**
- upload / update / read from a public IPFS node. | -| 2. | Smart Contract | All 4 smart contracts mentioned in the `Ecosystem Fit` section. For this phase, these contracts are testing contracts, and they are subject to minor changes as long as they provide the same/very similar functionality. | +| 1. | Desktop App/Browser Extension | **Desktop App**
A React.js + Electron App to start with. The App will implement as close as possible to the graphic design (per 3).
- Wallet Creation / Backup Phase / Create Master Password
- Wallet Import / Signin
- Autolock after timed inactivity or manually lock the App
- Create/Share/Manage Vaults
- Add/Update/Delete Password Items (with 2FA OTP support)
- Add/Update/Delete Secure Note/Credit Card
- Basic ETH wallet extension
- Basic Polkadot wallet extension
- Application Marketplace
- link social media or other identity handle to a public account
- sharing a single password item directly to another user

**Browser Extension**
- Communication to Desktop Application
- Auto-fill account/passwords

**IPFS Connection**
- upload / update / read from a public IPFS node. | +| 2. | Smart Contract | All 4 smart contracts mentioned in the `Ecosystem Fit` section. For this phase, these contracts are testing contracts, and they are subject to minor changes as long as they provide the same/very similar functionality. We will use Rust, ink! for smart contract development, along with tools like Redspot by [Patract Hub](https://patract.io/?lang=en-US) | | 3. | UI/UX Design Standards | Color Schema, Composition & Balance, Typography, Animation, Navigation, Icon Set, Brand Logo | | 4. | Basic Marketing Efforts | Get on product-hunt and send out private alpha invitation | | 5. | Testing | Well... test code and basic internal security audit |