# Moonriver(MOVR)

Moonriver是Moonbeam的附属网路，并且为一个可独立执行的测试先行区块链。所有需要部署在Moonbeam/Polkadot上的项目，都可以先行部署在Moonriver/Kusama上面，以进行所有必要的测试。一但测试无误，才将项目部署到正式网络Moonbeam/Polkadot上。

Moonriver以及Moonbeam的设计是以EVM相容的Kusama/Polkadot设计为出发点，借着使用Ethereum的Web3 RPC 帐号，私钥，服务等，将Solidity的智能合约部署到Kusama/Polkadot上，将不需要进行过多修改。Ethereum项目将可以透过Hardhat,Truffle,Remix等最受欢迎的部署服务，来启动项目。

除此之外还有以下的相容优势

**统一地址，账户以及签名**

您可以使用现行的Ethereum-like H160以及ECDSA签章到Moonriver使用

**使用现行的工具，以及前端介面**

使用例如Metamask,Hardhat,Truffle,Remix等整套Web3 RPC服务。甚至是JavaScript, Web3.JS, Ethers.JS等

**最少更动的部署方法**

如果您有已经可以执行的合约，将可以直接部署并且执行。

**使用最熟悉的语言**

您可以使用任何与Solidity相容的部署语言。

{% hint style="info" %}
更多详细资讯，请参考Moonriver[官方说明文件](https://docs.moonbeam.network/)。
{% endhint %}


---

# 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://autofarm.gitbook.io/autofarm-network/chinese/shuo-ming-shu/moonriver-movr.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.
