Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelliao/contract-deployer

A contract deployer that support deploy contract with user-defined prefix. e.g. 0xCafe
https://github.com/michaelliao/contract-deployer

bsc ethereum heco polygon smart-contract solidity

Last synced: about 2 months ago
JSON representation

A contract deployer that support deploy contract with user-defined prefix. e.g. 0xCafe

Awesome Lists containing this project

README

        

# Contract Deployer

This online service helps deploy EVM-compatible contract on multiple chains with same address.

Read the [document](doc.md) and [start deploy](https://deploy.eth.itranswarp.com).

### Screenshot

![screenshot](img/screenshot.png)

### Alternative

You can use alternative tools for calculating contract address. Use [Java version](https://github.com/michaelliao/contract-deployer/tree/master/alternative/java) is much faster.

### Reference

[如何在不同链部署地址完全相同的合约](https://www.liaoxuefeng.com/article/1430588932227106)