Skip to content

Commit

Permalink
Merge pull request #80 from NillionNetwork/chore/quickstart-update
Browse files Browse the repository at this point in the history
Quickstart Small Fixes
  • Loading branch information
oceans404 authored Aug 14, 2024
2 parents 8e128b1 + 55e9339 commit be9ac67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_sdk-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nilup use latest
nilup init
```

Optionally enable `nilup` telemetry, providing your Ethereum wallet address. We collect this data to understand how the software is used, and to better assist you in case of issues.In doing this, you consent to the collection of telemetry data by the Nillion Network. While we will not collect any personal information, we still recommend using a new wallet address that cannot be linked to your identity by any third party.
Optionally enable `nilup` telemetry, providing your Ethereum wallet address. We collect this data to understand how the software is used, and to better assist you in case of issues. In doing this, you consent to the collection of telemetry data by the Nillion Network. While we will not collect any personal information, we still recommend using a new wallet address that cannot be linked to your identity by any third party.
For more information, check out our [privacy policy](https://nillion.com/privacy/).

```bash
Expand Down
5 changes: 3 additions & 2 deletions docs/quickstart-blind-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ Now your cra-nillion app can use the nada program and the nada program binaries
3. Update programName to `secret_addition` so the cra-nillion repo reads your Nada program.
```ts reference showGithubLink
https://github.com/NillionNetwork/cra-nillion/blob/main/src/ComputePage.tsx#L13
```ts
// const programName = 'addition_simple'; <-- Change the string
const programName = "secret_addition";
```

:::tip
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Your blind app is currently running locally against the nillion-devnet. Let's co

## Update your .env file and test locally

Update your .env values to point at the Nillion Testnet
Update your `.env` values to point at the Nillion Testnet

<ReactTestnetEnv/>

Expand Down

0 comments on commit be9ac67

Please sign in to comment.