/stylus-go

Arbitrum stylus go SDK

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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