https://github.com/aelfproject/aelf-devcontainer-template
Template repository to quickly start using the aelf DevContainer.
https://github.com/aelfproject/aelf-devcontainer-template
Last synced: about 2 months ago
JSON representation
Template repository to quickly start using the aelf DevContainer.
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-devcontainer-template
- Owner: AElfProject
- Created: 2024-06-06T06:01:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T05:30:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T15:42:54.297Z (about 1 year ago)
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AElf DevContainer (BETA)
To use this devcontainer, click "Use this template" > "Create a new repository".
## Pre-requisites
- Docker: https://www.docker.com/
- VS Code: https://code.visualstudio.com/
## Create a new project
Ensure that you have Docker installed and running.
Clone your new repository to your local, then open the folder in VS Code.
Press `F1` in VS Code and type/choose `Dev Containers: Reopen in Container`.
## Scaffolding a new project
To scaffold a new project, use:
```bash
dotnet new aelf -n HelloWorld
```
Note that if you change `HelloWorld` to some other name, you will need to amend your `.github/workflows/main.yml`: