WASM Contract Deployment
Task Crew3 Deploy a Smart Contract
Link To Crew3 Task : https://crew3.xyz/c/5irechain/invite/Lpv2wf3LwMV0IS8XTgoY2
Steps
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
Edit deploy.js using command:
nano deploy.js
Indeploy.js:ln38
change the PHRASE variable (input the mnemonic phrase of the wallet having some 5ire coins to pay the transaction fee) anddeploy.js:ln17
end point to 5ireChain Testnet Wss: wss://wss-testnet.5ire.network/Save the deploy.js using CTRL+X , Y then Enter
Run code using
node deploy.js
Last updated