Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scobru committed Oct 6, 2024
1 parent fc6c62e commit 2f7d76a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
- [Inspector](#inspector)
- [Gungra.ph](#gungraph)

## 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.

## 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.
Expand Down
9 changes: 2 additions & 7 deletions packages/svelte/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,9 @@
</div>

<div class="card-actions mt-6 justify-center">
<a
href="https://github.com/scobru/se-2Gun"
target="_blank"
rel="noopener noreferrer"
class="btn btn-primary btn-lg"
>
<a href="https://github.com/scobru/SE-2Gun" target="_blank" rel="noopener noreferrer" class="btn btn-primary btn-lg">
<Icon src={DocumentCheck} class="mr-2 h-6 w-6" />
Fai un Fork del Repository
Fork the Repo
</a>
</div>

Expand Down

0 comments on commit 2f7d76a

Please sign in to comment.