BlockNote is a decentralized note-taking platform that leverages blockchain technology, specifically Motoko, to provide users with a secure and tamper-resistant platform for creating and managing notes. The application ensures a high level of security and trust in the integrity of the notes by storing them on the blockchain, making it decentralized and resistant to unauthorized alterations.
-
Decentralized Storage: BlockNote uses blockchain technology to store notes in a decentralized manner, ensuring tamper-resistant and secure data storage.
-
Immutable Notes: Once a note is created, it becomes immutable, meaning it cannot be altered or deleted by unauthorized parties.
-
Simplified Note-Taking: BlockNote combines the simplicity of a note-taking application with the added benefits of decentralized and immutable storage.
- Node.js installed
- DFINITY Canister SDK installed
-
Clone the repository:
git clone https://github.com/imambujshukla7/blocknote.git
-
Navigate to the project directory:
cd blocknote
-
Install dependencies:
npm install
-
Start the local development server:
npm start
This command will start the development server and deploy the BlockNote canister locally.
-
Open your browser and go to localhost to interact with the BlockNote application.
-
Create and manage your decentralized notes!
This project is licensed under the MIT License - see the LICENSE file for details.