Create a WASM File
Step 1: Access the Contract Code
Whether you've authored the code or acquired it from another source, having access to the smart contract code is essential.
Step 2: Identify the Folder Structure
A typical smart contract will resemble the structure below:
Step 3: Create the WASM File
Unoptimized Version: Use the command cargo wasm
.
Optimized Version: If you have Docker installed, utilize the following:
Ensure the command is run from the root directory of the folder.
Step 4: Upload the WASM File
Navigate to the Contract Upload section on Cascadia.
Select your generated WASM file.
Click on the "Upload Contract" button.
Last updated