The official code repository for Quicknode Sample Apps and Guide Code Examples.
If this repo helps you ship faster, please ⭐ it to support the community.
This repository powers Quicknode’s technical guides and tutorials. It includes:
sample-dapps/ and other framework-specific directories.ethereum/, solana/, binance/, webhooks/, and more).Each sub-folder has its own README with framework/runtime details, env vars, and run commands tailored to that example.
README.md for exact setup and runtime instructions..env file.General steps (specifics live in each example’s README):
git clone https://github.com/quiknode-labs/qn-guide-examples.git
cd qn-guide-examples/<example-folder>
# Install dependencies for the chosen runtime (e.g., npm install, yarn, pip, go mod download)
cp .env.example .env # if provided
# Update .env with your Quicknode endpoint URLs and any required secrets
We welcome fixes, new examples, and improvements! See CONTRIBUTING.md for detailed guidelines.
Quick start:
README.md (use TEMPLATE_README.md) and package.json (if applicable) with a descriptionAuto-generated via node scripts/generate-directory.js. After adding or moving projects, run:
node scripts/generate-directory.js
Optional: install a pre-commit hook to enforce updates locally:
ln -s ../../scripts/pre-commit-tree.sh .git/hooks/pre-commit
Thanks for building with Quicknode and don’t forget to ⭐ the repo if it’s useful!