简体   繁体   English

如何创建像 OpenSea 这样的签名交易

[英]How to create signed transactions like OpenSea

There is an awesome feature on the OpenSea market, where you can leave an offer to buy an item by signing a transaction. OpenSea 市场上有一个很棒的功能,您可以通过签署交易来发出购买商品的报价。 But on-chain it will be approved only when the seller selects 1 of the offers, and then accepts it, by paying for the broadcast.但是,只有当卖家选择其中 1 个要约,然后通过支付广播费用接受它时,才会在链上获得批准。

I could not find a detailed explanation of how this code works on OpenSea.我找不到有关此代码如何在 OpenSea 上工作的详细说明。 Can you share the documentation and explain how to implement this?你能分享文档并解释如何实现吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将签名的交易发送给Ropsten - Sending signed transactions to Ropsten OpenSea 如何使用所有功能? - How does OpenSea work with all the functions? 如何为 opensea 集合中的所有 NFT 定价? - How to set price for all NFTs in a collection on opensea? 如何使用 python 在 opensea 中列出或出售物品 - How list or sell item in opensea using python 如何修复“身份不明的合同”? OpenSea 无法“理解”ERC1155 - How to fix "Unidentified contract"? OpenSea is unable to “understand” ERC1155 opensea 拍卖智能合约如何在不存储以太币的情况下工作 - How opensea auction smart contract work without storing the ether 使用 Trezor(硬件钱包)将签名交易发送到 Ropsten 或 Truffle 开发网络 - Send signed transactions to Ropsten or Truffle develop network with Trezor (Hardware Wallet) 是否可以在不使用 openzepplin 库的情况下创建 erc721 合约并将其呈现在 opensea 上? - Is it possible to create an erc721 contract without using openzepplin library and render it on opensea? 如何使用 ethers.js 创建无气体交易/元交易? - How to create gasless-transactions/meta-transaction using ethers.js? 想知道为什么 Rarible 和 Opensea 使用同一个钱包地址来同步物品吗? - Want to know the reason how Rarible and Opensea sync the items using the same wallet address?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM