https://github.com/rnbguy/atomkraft-gitpod
Gitpod workspace for Atomkraft
https://github.com/rnbguy/atomkraft-gitpod
Last synced: 4 months ago
JSON representation
Gitpod workspace for Atomkraft
- Host: GitHub
- URL: https://github.com/rnbguy/atomkraft-gitpod
- Owner: rnbguy
- License: apache-2.0
- Created: 2022-07-30T10:42:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T20:31:50.000Z (over 3 years ago)
- Last Synced: 2025-10-13T12:04:25.171Z (8 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atomkraft [](https://gitpod.io/#https://github.com/rnbguy/atomkraft-gitpod)
Sets up [`atomkraft`](https://github.com/informalsystems/atomkraft) in a Gitpod workspace.
## Instruction
When the workspace is ready, you may execute the following commands to initialize a project.
```
atomkraft init my_project
cd my_project
```
This will initialize a Poetry project with a boilerplate. Now you can continue to add your code to complete the project.