package
1.16.0
Repository: https://github.com/synapsecns/sanguine.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Backends

Ethergo supports a wide variety of backends for testing contract and chain interactions. Which one you use depends on your needs. There is usually a trade-off between speed, requirements and visibility.

BackendDescriptionSupports RPC AddressSupports ForkingEmbedded (does not require Docker)Speed
AnvilAnvil is a dockerized-backend that supports a wide variety of options including forking, custom gas pricing, etc all configurable at boot timeSlow boot, fast run
GethGeth is an embedded go-ethereum node. This is the equivelant of the geth --dev command.Fastish boot, fast run
SimulatedGeth simulated backendPractically instant