简体   繁体   中英

Opensea JS SDK createSellOrder method doesn't seem to work or silent failure

I am trying to create multiple sell orders for my NFTs on the rinkeby testnet. I am using the script provided by OpenSea from this repo called sell.js

The issue is after I run the script, the method createSellOrder seems to run because I get the following output on my terminal but nothing else appears or happens. 在此处输入图片说明

The first two lines are my own logging and the third line is what I guess is from createSellOrder.

My question is, what is the expected outcome/output of createSellOrder and how can I know it succeeded? For me it just prints the last line: creating proxy for acc... and stops.

When I check opensea, it doesn't have my nfts listed for sale so it obviously didn't work...

这种类型的问题往往可以通过删除所有 node_modules 并使用yarn而不是 npm 重新安装来解决

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM