We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where do I find the deployed marketplace smart contract address and ABI?
The text was updated successfully, but these errors were encountered:
There is a some rule regarding smart contract address on every nft market, for example, at OpenSea, you can find a smart contract from url address. take a look at below link: https://docs.opensea.io/docs/3-viewing-your-items-on-opensea
from above document, you can easily get contract address and from the address you can also easily get abi as below link. https://rinkeby.etherscan.io/address/0x7dca125b1e805dc88814aed7ccc810f677d3e1db#code
Sorry, something went wrong.
No branches or pull requests
where do I find the deployed marketplace smart contract address and ABI?
The text was updated successfully, but these errors were encountered: