0xys / stylus-go

Arbitrum stylus go SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example

./build.sh gen ./example example.com/foo
./build.sh build ./example
./build.sh check ./bin/mainh.wasm
./build.sh deploy ./bin/mainh.wasm

project structure

- entrypoint.go // generated
- contract
  + contract.go // contain storage struct and methods

About

Arbitrum stylus go SDK

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 39.1%Language:JavaScript 35.3%Language:C 19.7%Language:Shell 3.6%Language:Makefile 2.4%