Skip to content

Commit

Permalink
add utm links for solana examples (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilz authored Jul 2, 2024
1 parent d1195c5 commit ceacd29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample-dapps/solana-action-blinker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ bun install

### Set Environment Variables

Make sure you have a QuickNode endpoint handy--you can get one free [here](https://www.quicknode.com/signup?utm_source=internal&utm_campaign=dapp-examples&utm_content=solana-action-blinker).

- Rename `.env.example` to `.env.local` and update with your QuickNode Solana Node Endpoint.
- Make sure to update the cluster to ensure your transaction URLs point to the correct explorer (use only of the enum values provided in the `.env.example` file).

Expand Down
2 changes: 2 additions & 0 deletions sample-dapps/solana-token-maker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ bun install

### Set Environment Variables

Make sure you have a QuickNode endpoint handy--you can get one free [here](https://www.quicknode.com/signup?utm_source=internal&utm_campaign=dapp-examples&utm_content=token-maker).

- Rename `.env.example` to `.env.local` and update with your QuickNode Solana Node Endpoint and QuickNode IPFS key.
- Make sure to update the cluster to ensure your transaction URLs point to the correct explorer (use only of the enum values provided in the `.env.example` file).
- You can use QuickNode's public IPFS Gateway URL or replace it with your own.
Expand Down
2 changes: 2 additions & 0 deletions sample-dapps/solana-wallet-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ bun install

### Set Environment Variables

Make sure you have a QuickNode endpoint handy--you can get one free [here](https://www.quicknode.com/signup?utm_source=internal&utm_campaign=dapp-examples&utm_content=solana-explorer).

Rename `.env.example` to `.env.local` and update with your QuickNode Solana Node Endpoint. Enable the DAS API only if you have enabled the DAS add-on for your QuickNode Solana Node Endpoint.

```env
Expand Down

0 comments on commit ceacd29

Please sign in to comment.