NethermindEth/starknet.go

code generator that would work like ethereum `abigen` for starknet

Open

#1 opened on Apr 4, 2022

 (3 comments) (3 reactions) (0 assignees)Go (140 forks)auto 404
help wanted

Repository metrics

Stars
 (177 stars)
PR merge metrics
 (PR metrics pending)

Description

it would be really useful to support generating typed bindings similar to go-ethereums abigen. take a contract abi and generated a typed interface for calling it

Contributor guide