Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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