roaminro / koinos-sdk-as-dev-container

A VSCode Dev Container to quickly get you started with Koinos Smart Contract development in AssemblyScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koinos SDK AS Dev Container

Open in GitHub Codespaces

Open in Dev Containers

If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.

This dev container contains all the necessary tools to get you started with AssemblyScript Koinos Smart Contracts development:

  • koinos-sdk-as-cli installed (create a new contract by typing the following command directly in the dev container's terminal:
koinos-sdk-as-cli create myawesomecontract
  • local-koinos installed to allow you to quickly start a development node. Start a local dev node by typing the following command directly in the dev container's terminal:
local-koinos start -r http://host.docker.internal:8080 -a amqp://host.docker.internal:5672

About

A VSCode Dev Container to quickly get you started with Koinos Smart Contract development in AssemblyScript

License:MIT License


Languages

Language:Dockerfile 100.0%