Skip to content

Commit f8f1111

Browse files
committed
docs: update readme with dev container section
1 parent 5d2f458 commit f8f1111

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ site](http://docs.dash.org/projects/platform/en/stable/docs/tutorials/introducti
88
uses `@dashevo/evo-sdk`. For the legacy `js-dash-sdk` tutorials, see
99
[v2.0.1](https://github.com/dashpay/platform-tutorials/releases/tag/v2.0.1).
1010

11+
## Quick Start with Dev Containers
12+
13+
[![Open in GitHub
14+
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dashpay/platform-tutorials)
15+
16+
The included dev container provides a ready-to-use environment with Node.js, dependencies, and
17+
editor tooling pre-configured. Open the repo in [GitHub
18+
Codespaces](https://codespaces.new/dashpay/platform-tutorials) or locally with the [VS Code Dev
19+
Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
20+
21+
On first launch the container installs dependencies and creates a starter `.env` file from
22+
`.env.example`. Run `node create-wallet.mjs` to generate a mnemonic, then set `PLATFORM_MNEMONIC`
23+
in your `.env` file to begin the tutorials.
24+
1125
## Install
1226

1327
Note: [NodeJS](https://nodejs.org/en/download/) (v20+) must be installed to run the tutorial code.

0 commit comments

Comments
 (0)