keep-starknet-strange / zkramp

MIT License
27 stars 26 forks source link

[CONTRACT] setup deployment scripts #58

Closed 0xChqrles closed 2 months ago

ugur-eren commented 2 months ago

Hi, I would love to work on this!

onlydustapp[bot] commented 2 months ago

Hey @ugur-eren! Thanks for showing interest. We've created an application for you to contribute to Zkramp. Go check it out on OnlyDust!

KevinMB0220 commented 2 months ago

My name is Kevin, a member of Dojo Coding, and I propose the following solution for setting up the deployment scripts for the smart contract. I will use Hardhat or Truffle to configure the development environment, ensuring that the deployment scripts are correctly placed in the scripts or migrations folder. I will configure the networks in the hardhat.config.js or truffle-config.js files, linking the private keys and the target network. I will then execute the deployment on the appropriate network, making sure that the contract is properly verified and ready for interaction using tools like ethers.js or web3.js, optimizing its usage on the selected blockchain.