Skip to content

Contracts Deployed using Nick's Method #225

@albertov19

Description

@albertov19

It is common in EVM-compatible chains to deploy "common good contracts" or "standards" using Nick's method, a way to send transactions using mocked signatures, which provides reassurance that no one actually has a private key for the generated address that sent the transaction.

Some example contracts that are deployed this way:

All of these are “common good” or infrastructure-style contracts that are either keyless deployments using Nick’s method or are deployed via canonical, immutable factories to provide strong guarantees about code and address consistency across chains.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions