@acentswap/ace-core-trial 中文文档教程

发布于 3年前 浏览 20 项目主页 更新于 3年前

Ade Factory

测试合同

adeswap 文档

Local Development

以下假定使用 node@>=14

Install Dependencies

yarn

Compile Contracts

yarn compile

Migrate Contracts

Setup

在本项目的根目录下创建一个.env文件。 复制 .env.example 中的变量并根据需要填写。 迁移后需要 API 密钥来验证合同,但迁移不需要 API 密钥。

Migrate

当前为迁移配置了以下网络:

  • bsc
  • bscTestnet
  • polygon
  • polygonTestnet

npx truffle migrate --network

Run Tests

yarn test

Ade Factory

Test Contracts

In-depth documentation on AdeSwap is available at adeswap docs.

Local Development

The following assumes the use of node@>=14.

Install Dependencies

yarn

Compile Contracts

yarn compile

Migrate Contracts

Setup

Create a .env file in the root directory of this project. Copy in the variables from .env.example and fill them in as needed. The API key is needed to verify the contracts after a migration, but it's not needed for a migration.

Migrate

The following networks are currently configured for migration:

  • bsc
  • bscTestnet
  • polygon
  • polygonTestnet

npx truffle migrate --network <network-name>

Run Tests

yarn test

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文