- Node >= 16.0
- yarn
- 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
yarn install
- In
deploy.js:ln30
change the PHRASE variable (input the mnemonic phrase of the wallet having some 5ire coins to pay the transaction fee) - Run code using
node deploy.js
ERC721 Smart Contract template written by ink!
https://github.com/paritytech/ink-examples/tree/main/erc721