- Use your private key to sign in (click icon in upper right corner)
- open the dashboard wallet or the browser
- For public smart contracts you upload a WASM-file as contract file and an ABI-file, but for private contract using ZK computation you upload a ZKWA-file as contract file and an ABI-file. Keep in mind that you need to add enough gas for your contract to run. You need to compile your rust contract to get access to these files, you can see here how to do that