package
1.8.9
Repository: https://github.com/celo-org/celo-blockchain.git
Documentation: pkg.go.dev

# README

To generate gen_abis.go run

Using the monorepo_commit file:

go run ./mycelo/internal/scripts/generate -buildpath ./compiled-system-contracts

For a custom one:

go run ./mycelo/internal/scripts/generate -buildpath $CELO_MONOREPO/packages/protocol/build

# Functions

AbiFor returns the ABI for one of the core contracts.
CoreContract returns a contractBackend for a core contract.
DeployCoreContract deploys one of celo's core contracts.
No description provided by the author
NewEVMBackend creates a new EVM based contract.
No description provided by the author
ProxyContract returns a contractBackend for a core contract's proxy.

# Structs

No description provided by the author
EVMBackend represents a contract interface that talks directly to an EVM.

# Interfaces

No description provided by the author