Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.56 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.56 KB

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)