Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeevan-j/smart-contract-deployer
This project is focused on enabling Web3 users to deploy their ethereum smart contracts using simple APIs.
https://github.com/jeevan-j/smart-contract-deployer
Last synced: 3 days ago
JSON representation
This project is focused on enabling Web3 users to deploy their ethereum smart contracts using simple APIs.
- Host: GitHub
- URL: https://github.com/jeevan-j/smart-contract-deployer
- Owner: Jeevan-J
- License: mit
- Created: 2022-09-30T07:47:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T21:29:59.000Z (about 2 years ago)
- Last Synced: 2025-01-06T04:07:36.822Z (10 days ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Smart Contract Deployer
This project is focused on enabling Web3 users to deploy their smart contracts using simple APIs.
> Note: Under Development
## Todo
- [x] API to configure account
- [x] API to configure network
- [x] API to configure templates
- [x] Adding new networks needs to be implemented
- [x] API to deploy
- [x] Test sample contract deployment on `polygon-test` and `goerli` networks
- [x] Add documentation on local setup
- [x] Build docker image for one-click usage
- [ ] Add documentation for docker installation
- [ ] Add support for multi file smart contracts
- [ ] Add a basic UI to configure and deploy smart contracts