Skip to content

Harmony One development environment with visual studio code

Notifications You must be signed in to change notification settings

sophoah/harmony-dev-vsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Harmony Go Dev environment

Description

This is a project to help setup the development environment for GO development on the Harmony one blockchain (https://github.com/harmony-one/harmony/) with Visual Studio code on a windows machine

Pre requesites

All the below needs to be installed on your host system:

Go binaries doesn't need to be installed on your host machine.

How to use

From your host machine:

"mounts": [
  "source=YOURDRIVE:/YOUR_LOCAL_PATH,target=/data,type=bind,consistency=cached"
],

this it to have a shared folder between your host and the container. I am putting here all the codes I am developping. The other reason is that the git push will be done from the host machine which has access to my SSH private keys.

  • Open VSC and click on the green button in the bottom left
  • Click on "Open folder in container" and chosse the directory we just clone and modified
  • the container should now be in process to be built
  • once done you can now add new folder (project) to be edited by right clicking in the VSC explorer and chosse "add Folder to Workspace ..." (under /data you'll have all your project that was shared above)

About

Harmony One development environment with visual studio code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published