Skip to content

aviate-labs/ic-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Golang on the Internet Computer

banner

Running Golang on the Internat Computer?! Yes, it is possible!
This repository contains a simple example that shows how you can do it.

I used the GOvatar package (written in Golang) to generate avatars.
All served from the Internet Computer. All written in Golang.

Prerequisites

  • DFX
  • Golang

Usage

  1. Start a local replica (if you want to run it locally).
  2. Build the Go WASM module (you can just run build.sh for this).
  3. dfx deploy.