{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How do I upload a .wasm contract file on the Injective Testnet?","a":"As webpack cannot handle files with the .wasm extension,  you need to place the .wasm file in the public/js folder so that the js files can access it after the project is packaged. In a Vue project, you can introduce it through the following way:\n\n```javascript\nimport wasm from '@/assets/js/your_contract_name.wasm';\n```\n\nReplace"}]}],"pr":"cc69ca7bf66ed5c52f972f5977759c4174f46f21761525973836ae2eb34b7029"}