diff --git a/README.md b/README.md index c4cd97a..e4b6bc5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ cargo-near-new-project-description +## Quickstart Guide + +You can start coding on the NEAR Rust stack in less than a minute, thanks to [NEAR Devcontainers](https://github.com/near/near-devcontainers). How? + +1. Click **Use this template** > **Create a new repository** + +Screenshot 2024-02-07 at 23 27 20 + +2. In your newly created repo, click **Code** > **Codespaces** > **Create codespace on main** + +Screenshot 2024-02-07 at 23 33 28 + +3. Start writing your contract logic in [src/lib.rs](src/lib.rs) and integration tests in [tests/test_basic.rs](tests/test_basic.rs). + ## How to Build Locally? Install [`cargo-near`](https://github.com/near/cargo-near) and run: