Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(portal-loop): mention packages can be deployed permissionlessly #2747

Merged
merged 6 commits into from
Sep 2, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/concepts/portal-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,15 @@ has some drawbacks:
Gno will fail to be replayed, meaning **data will be lost**.
- Since transactions are archived and replayed during genesis,
block height & timestamp cannot be relied upon.

### Permissionless deployments to Portal Loop
leohhhn marked this conversation as resolved.
Show resolved Hide resolved

Packages are read from the `./examples` folder. However note the following:

1. You **can** permissionlessly deploy packages to Portal Loop.
2. One reason to do this is to experiment with the chain or simple to allow
people to test a demo of your realms before the PR gets approved and it
gets merged to the monorepo.
3. Once committed to the `master` branch, a package will supersede any
previously permissionlessly deployed package with the same `pkgpath`.

Loading