Home - morio-kino/MyForeverNote_Truffle GitHub Wiki

English|日本語

MyForeverNote

Overview.

MyForeverNote uses Ethereum to do the following.

  • Create, update and record personal notes.
  • You can search and view the notes you have created.
  • The notes are encrypted and cannot be viewed without an Ethereum wallet.
  • You can export/import notes you've created, so you can transfer the notes you've created to other wallets You can take over to.
  • local DB functionality
    • Create, update, search, and save notes even when you are not connected to the network by using local DBs You can view the information created in the remote DB (on Ethereum)
    • Local DB (local file) for information created in a remote DB (on Ethereum). You can save them as.
    • Notes created in the local DB can be exported/imported to a remote DB ( Ethereum).

Usage.

To use MyForeverNote, the contents of the following repository are required.

MyForeverNote_Truffle

This is an Ethereum contract for use with MyForeverNote.
See README.md in the repository for instructions.

MyForeverNote_Frontend

This is the Web3 screen for using MyForeverNote.
See README.md in the repository for instructions on how to use it.

Manual