@0xsequence/niftyswap 中文文档教程
@0xsequence/niftyswap
Niftyswap 是以太坊上 ERC-1155 代币的去中心化代币交换协议。 换句话说, Niftyswap 是用于 ERC-1155 代币的 Uniswap。
有关详细信息,请参阅 github.com/0xsequence/niftyswap
Getting started
Install
yarn add @0xsequence/niftyswap
或 npm install @0xsequence/niftyswap
Contract Verification
yarn verify --network {NETWORK_NAME} "{CONTRACT_NAME}={CONTRACT_ADDRESS}"
NOTES
@0xsequence/niftyswap
包含以下文件在其包分发中:
artifacts
-- hardhat output of contract compilationtypings
-- ethers v5 typings for easier interfacing with the contract abis
LICENSE
版权所有 (c) 2017 年至今 Horizon Blockchain Games Inc。
根据 Apache-2.0 获得许可
@0xsequence/niftyswap
Niftyswap is a decentralized token swap protocol for ERC-1155 tokens on Ethereum. In other words, Niftyswap is Uniswap for ERC-1155 tokens.
For more information see, github.com/0xsequence/niftyswap
Getting started
Install
yarn add @0xsequence/niftyswap
or npm install @0xsequence/niftyswap
Contract Verification
yarn verify --network {NETWORK_NAME} "{CONTRACT_NAME}={CONTRACT_ADDRESS}"
NOTES
@0xsequence/niftyswap
includes the following files in its package distribution:
artifacts
-- hardhat output of contract compilationtypings
-- ethers v5 typings for easier interfacing with the contract abis
LICENSE
Copyright (c) 2017-present Horizon Blockchain Games Inc.
Licensed under Apache-2.0