@0x/launch-kit-wizard 中文文档教程

发布于 3年前 浏览 29 更新于 3年前

0x Launch Kit: Build an Exchange in Under a Minute ????????

ERC-20ERC-721

Quick Start

0x Launch Kit 是创建您自己的基于 0x 的加密资产交易所的最简单方法。 按原样使用我们制作精美的 UI 之一,编辑一个以满足您的需求,或构建您自己的 UI,所有这些都使用我们专业设计的后端来管理、验证和服务 0x 订单。

需要帮助或有疑问? 加入我们的 Discord

ERC-20 Live Kovan Demo

ERC-721 Live Mainnet Demo

Pre-requirements

  1. Run the wizard and load the Docker image
npx @0x/launch-kit-wizard && docker-compose up
  1. When Docker is done loading, and the frontend image is done building, open your browser to check out your new exchange. It will be running at the port you specified in the wizard (default is http://localhost:3001/)

将 Launch Kit 与 Ganache 结合使用的说明 AWS 部署说明

Table of contents

Introduction

使用 Launch Kit 在一分钟内启动 0x 中继器。 此存储库包含一个开源、免费使用的 0x 中继器模板,您可以将其用作自己项目的起点。

  • Quickly launch a market for your community token
  • Seemlessly create an in-game marketplace for digital items and collectibles
  • Enable trading of any ERC-20 or ERC-721 asset

Launch Kit 分为两个独立的存储库:

此存储库包含一个 Docker 映像,它将同时运行两个代码库以便于部署,但您也可以独立地克隆或分叉每个存储库。

See website

Language choice

0x-api 是一个使用 Express 运行 HTTP 服务器的 Typescript 节点代码库。

0x-launch-kit-frontend 是一个 TypeScript 代码库,使用 React + Thunk 来创建和管理 UI。

Windows

请注意,Windows 上的某些 Docker 安装不支持将 localhost 转发到 Docker VM。 您可能需要将 localhost 的引用更新为 192.168.99.100 或等效的 docker-machine ip。 这些值应该在向导提示期间和导航到前端网站时被替换。

Frequently Asked Questions

常见问题解答请通读FAQ

Legal Disclaimer

适用于使用的法律法规数字资产和区块链原生代币的交换,包括通过使用 ZeroEx Intl 创建的许可作品开发的任何软件。 如此处所述(“作品”),因司法管辖区而异。 正如适用于作品的 Apache 许可证 2.0 版中所述,开发人员“全权负责确定使用或重新分发作品的适当性”,其中包括确保遵守任何此类适用法律和法规的责任。 有关管理所有适用权限和限制的特定语言,请参阅 Apache 许可证 2.0 版:http://www.apache.org/licenses/LICENSE-2.0

0x Launch Kit: Build an Exchange in Under a Minute ????????

ERC-20ERC-721

Quick Start

0x Launch Kit is the easiest way to create your own 0x-based cryptoasset exchange. Use one of our beautifully-crafted UIs as is, edit one to meet your needs, or build your own, all using our professionally-engineered backend to manage, validate, and serve 0x orders.

Need help or have questions? Join our Discord

ERC-20 Live Kovan Demo

ERC-721 Live Mainnet Demo

Pre-requirements

  1. Run the wizard and load the Docker image
npx @0x/launch-kit-wizard && docker-compose up
  1. When Docker is done loading, and the frontend image is done building, open your browser to check out your new exchange. It will be running at the port you specified in the wizard (default is http://localhost:3001/)

Instructions for using Launch Kit with Ganache Instructions for deploying to AWS

Table of contents

Introduction

Launch a 0x relayer in under a minute with Launch Kit. This repository contains an open-source, free-to-use 0x relayer template that you can use as a starting point for your own project.

  • Quickly launch a market for your community token
  • Seemlessly create an in-game marketplace for digital items and collectibles
  • Enable trading of any ERC-20 or ERC-721 asset

Launch Kit is split into two separate repos:

This repo contains a Docker image that will run both codebases simultaneously for easy deployment, but you can also clone or fork each repo independently.

See website

Language choice

0x-api is a Typescript node codebase that uses Express to run an HTTP server.

0x-launch-kit-frontend is a TypeScript codebase and uses React + Thunk to create and manage the UI.

Windows

Note some installations of Docker on windows don't support forwarding localhost to the Docker VM. You may be required to update references of localhost to 192.168.99.100 or the docker-machine ip equivalent. These values should be replaced during the Wizard prompts and when navigating to the frontend website.

Frequently Asked Questions

For solutions to frequently asked questions, please read through the FAQ

Legal Disclaimer

The laws and regulations applicable to the use and exchange of digital assets and blockchain-native tokens, including through any software developed using the licensed work created by ZeroEx Intl. as described here (the “Work”), vary by jurisdiction. As set forth in the Apache License, Version 2.0 applicable to the Work, developers are “solely responsible for determining the appropriateness of using or redistributing the Work,” which includes responsibility for ensuring compliance with any such applicable laws and regulations. See the Apache License, Version 2.0 for the specific language governing all applicable permissions and limitations: http://www.apache.org/licenses/LICENSE-2.0

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