Skip to content

ardislu/minimal-create2

Repository files navigation

minimal-create2

Note

In practice, you should use a deterministic deployment to create the CREATE2 factory. This way you can deploy the same factory address across networks.

This is a minimal web app to mine a specific smart contract address using CREATE2.

To reproduce the mining manually, see manual.md.

Local development

The project must be hosted in a secure context for SharedArrayBuffer to work. Use local-web-server to set the appropriate headers:

ws --cors.opener-policy same-origin --cors.embedder-policy require-corp

Similar projects

About

The minimal amount of code required to mine a smart contract address using CREATE2.

Topics

Resources

Stars

Watchers

Forks