Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
10
.algokit/.copier-answers.yml
Normal file
10
.algokit/.copier-answers.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
||||
_commit: 2.1.8
|
||||
_src_path: gh:algorandfoundation/algokit-fullstack-template
|
||||
author_email: sarajanedeveloper@gmail.com
|
||||
author_name: SaraJane
|
||||
cloud_provider: vercel
|
||||
contract_name: hello_world
|
||||
preset_name: production
|
||||
project_name: TokenizeRWATemplate
|
||||
|
||||
4
.algokit/generators/create-devcontainer/copier.yaml
Normal file
4
.algokit/generators/create-devcontainer/copier.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
_tasks:
|
||||
- "echo '==== Successfully generated new .devcontainer.json file 🚀 ===='"
|
||||
|
||||
_templates_suffix: ".j2"
|
||||
19
.algokit/generators/create-devcontainer/devcontainer.json
Normal file
19
.algokit/generators/create-devcontainer/devcontainer.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"forwardPorts": [4001, 4002, 8980, 5173],
|
||||
"portsAttributes": {
|
||||
"4001": {
|
||||
"label": "algod"
|
||||
},
|
||||
"4002": {
|
||||
"label": "kmd"
|
||||
},
|
||||
"8980": {
|
||||
"label": "indexer"
|
||||
},
|
||||
"5173": {
|
||||
"label": "vite"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "mkdir -p ~/.config/algokit && pipx install algokit && sudo chown -R codespace:codespace ~/.config/algokit",
|
||||
"postStartCommand": "for i in {1..5}; do algokit localnet status > /dev/null 2>&1 && break || sleep 30; algokit localnet reset; done"
|
||||
}
|
||||
Reference in New Issue
Block a user