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

Add note about an issue in SNS testflight #3917

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 4 additions & 2 deletions docs/developer-docs/daos/sns/testing/testing-on-mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

<MarkdownChipRow labels={["Advanced", "Governance", "Tutorial"]} />



Once a developer has tested the process of an SNS, it is highly recommended they do an **"SNS testflight" [on the mainnet](./testing-on-mainnet.mdx)**. An SNS testflight is when a developer deploys their dapp (to the mainnet) and hands control of it to a mock SNS (on the mainnet).

**The main intent of performing an SNS testflight is for a developer to experience how a dapp works *after* it has been decentralized, so developers can make sure their dapp is ready for decentralization. It does not test the actual process of decentralizing it.**
Expand All @@ -36,6 +34,10 @@ The main differences to a production SNS deployment are summarized here:

## Prerequisites

:::info
There is currently an incompatibilty between the sns-init.yaml format and SNS Testflight. [Refer to this forum post](https://forum.dfinity.org/t/error-when-deploying-sns-testflight-to-mainnet/38282/6?u=andre-popovitch) for more information and workarounds. DFINITY is currently working on a long-term solution to this issue and others in testflight.
:::

To perform an SNS testflight using the instructions that follow, you will need the following tools:

- [x] [dfx](https://github.com/dfinity/sdk)
Expand Down
95 changes: 62 additions & 33 deletions search/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading