Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaelliao/contract-deployer
- Owner: michaelliao
- License: gpl-3.0
- Created: 2021-08-14T12:34:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T01:54:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T18:32:36.152Z (almost 2 years ago)
- Topics: bsc, ethereum, heco, polygon, smart-contract, solidity
- Language: HTML
- Homepage: https://deploy.eth.itranswarp.com/
- Size: 6.49 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)