# Deploy Wasm with Polkadot.js

This will show how to simply deploy a Wasm smart contract with Polkadot.js app on Metaverse.Network Alpha Testnet.&#x20;

In the future, you can go to Metaverse.Network Developer Portal to deploy smart contract with a simplified version of UI.&#x20;

1. Open Polkadot.JS contract page: <https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Falphanet-rpc-gcp.bit.country#/contracts>
2. Click on Upload & Deploy Code then upload flipper.contract bundle that you build from [last step](/metaversenetwork/bit.country-metaverse-whitepaper/developers/wasm/create-a-flipper-contract.md)

<figure><img src="/files/rwKyxWmzT2QJFmX3WDqX" alt=""><figcaption><p>Click on Upload &#x26; Deploy Code</p></figcaption></figure>

<figure><img src="/files/berrQ3TDAjUdu67877te" alt=""><figcaption><p>Upload the flipper.contract bundle generated from last step</p></figcaption></figure>

<figure><img src="/files/xHYFYT52ViepOmJMteoL" alt=""><figcaption><p>Deploy your Flipper contract</p></figcaption></figure>

Congratulations, you have deployed your first WASM smart contract into Metaverse.Network Alpha Testnet.&#x20;

Our Testnet is in rapid development before rolling out to our Mainnet. We constantly upgrade and roll out new features that may break some existing features.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://metaversenw.gitbook.io/metaversenetwork/bit.country-metaverse-whitepaper/developers/wasm/deploy-wasm-with-polkadot.js.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
