decentraland / marketplace

🏛️ Decentraland's NFT Marketplace
https://market.decentraland.org
Other
1.13k stars 660 forks source link

Where can I find the contract code? Is it open source #710

Closed YuanBoXie closed 2 years ago

YuanBoXie commented 2 years ago

Where can I find the contract code? Is it open source? I just find the ABI

fzavalia commented 2 years ago

Is there a contract in particular you are interested in? There are many, you can check that in this repo https://github.com/decentraland/contracts

You can copy the address of the contract you want into etherscan (or the corresponding network explorer) and check the verified code there.

If you want the repos containing contract code you should check repos that end with -contracts in their names.

for example https://github.com/decentraland/wearables-contracts

YuanBoXie commented 2 years ago

Is there a contract in particular you are interested in? There are many, you can check that in this repo https://github.com/decentraland/contracts

You can copy the address of the contract you want into etherscan (or the corresponding network explorer) and check the verified code there.

If you want the repos containing contract code you should check repos that end with -contracts in their names.

for example https://github.com/decentraland/wearables-contracts @fzavalia Thanks. And I have another same questions at this issue: https://github.com/decentraland/marketplace/issues/650 Can you help us?