Skip to content
Open
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
9 changes: 9 additions & 0 deletions pages/your_first_nft_set/foundry/setting_up_environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ In order to write smart contracts on Frame, you'll need to set up [Foundry](http

Foundry is a suite of tools that makes it easy to write, test, and deploy smart contracts. With Foundry, we can locally develop and test our smart contracts before launching them on testnet or mainnet.

## 🚀 Quick Start Option
If you're already experienced with Foundry and want to speed things up, here's a repo that has everything ready for you:

[Get set up quickly with this repo](https://github.com/myro0x/frame-nft-example)

Check the README for details, and you'll be all set in no time.

For anyone new to the process, the next sections will walk you through the setup step by step.

## 🛠 Install Foundry

_Note: We recommend downloading the Solidity extension for VSCode which gives nice syntax highlighting._
Expand Down