File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ site](http://docs.dash.org/projects/platform/en/stable/docs/tutorials/introducti
88uses ` @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
1327Note: [ NodeJS] ( https://nodejs.org/en/download/ ) (v20+) must be installed to run the tutorial code.
You can’t perform that action at this time.
0 commit comments