Cradicle Explorer
cyber-autonomy
Info
Issues
Patches
Wallets
Source
Source
web
.gitignore
LICENSE
README.md
cyber-autonomy.go
go.mod
go.sum
makefile
/
makefile
makefile
1
build:
2
GOARCH=wasm GOOS=js go build -o web/app.wasm
3
go build
4
5
run: build
6
./cyber-autonomy