Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 2.3 KB

README.md

File metadata and controls

25 lines (15 loc) · 2.3 KB

SE2-Gun-Extension

The SE2-Gun-Extension is a plugin for SE2 that provides a ready to go installation of Gun and the Gun-Eth plugin.

SE2-Gun

SE2-Gun-Docs

How to install

npx create-eth@latest -e {scobru/SE-2Gun-extension}

Go to localhost:3000/se-2gun and you should see the Gun-Eth plugin installed.

Important Notice ⚠️

Attention: Currently, this Gun.js implementation is not connected to any external relay. As a result, all data saved and managed through Gun will exclusively use your browser's local storage. This means:

  1. Data will not persist across different browser sessions or devices.
  2. Data sharing between users will be limited.
  3. Clearing your browser cache will result in the loss of all saved data.

It is recommended to use this configuration for development and testing purposes only. For a complete and functional implementation in a production environment, it is necessary to configure and connect Gun to appropriate relays to ensure data persistence and synchronization.