- Clone the repo
git clone https://github.com/5ire-tech/wasm-contract-deployment.git
- Go inside the folder
cd wasm-contract-deployment
- Install the required dependencies
npm i
- In
deploy.js:ln15
change the input parameter in wsProvider (input the endpoint for the chain you want to connect) - In
deploy.js:ln38
change the PHRASE variable (input the mnemonic phrase of the wallet having some 5ire coins to pay the transaction fee) - Run code using
npm run