Skip to content
Merged
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: 6 additions & 0 deletions docs/smart-contracts/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Welcome! [NEAR accounts](../protocol/account-model.md) can store small apps know

Join us in creating a friendly contract that stores a greeting, and exposes functions to interact with it.

:::tip
Want to jump right into the code without setting up a local dev environment?

Checkout [NEAR Playground](https://nearplay.app/) for an easy-to-use online IDE w/ pre-configured templates.
:::

---

## Prerequisites
Expand Down
Loading