Contract Deployment
Note: This feature is still under construction due to time limit in hackathon but here's the overall idea of this feature that we will be implementing in future.
Declaring & Deploy on Starknet -> Could write bot for this.
Run this command to declare your contract using the default Starknet Sequencer’s Gateway:
To deploy a smart contract, you’ll need to instantiate it on Starknet’s testnet. This process involves executing a command that requires two main components:
The class hash of your smart contract.
Any constructor arguments that the contract expects.
The command would look like this:
Deploying on EVM Chain -> Another Bash
Last updated