Skip to content
New issue

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

deploying on other evm chains #4

Open
ludns opened this issue Jun 29, 2021 · 4 comments
Open

deploying on other evm chains #4

ludns opened this issue Jun 29, 2021 · 4 comments

Comments

@ludns
Copy link

ludns commented Jun 29, 2021

Hi there,
We'd like to use this protocol on xDai.
Do you want a canonical deployment from your team whose address would be on the readme or should we just go ahead and deploy it?
I am happy to PR the xDai address of the AuctionHouse contract + verify the code on Blockscout (xDai's block explorer).

@tbtstl
Copy link
Contributor

tbtstl commented Jul 6, 2021

@justinglibert Do you know if the Zora Core Protocol is already deployed on xDai? If it is, feel free to go ahead and deploy the AuctionHouse and let us know the addresses. We can add it to our list of addresses on docs.zora.co as well

@ludns
Copy link
Author

ludns commented Jul 6, 2021

I do not think it is deployed yet, but if it is admin-less I could deploy it now. I suppose the ethers factories are in a NPM package somehow?

@tbtstl
Copy link
Contributor

tbtstl commented Jul 12, 2021

Yes, it's easy enough to deploy. You'll just have to do the following:

  1. Clone the core repository locally
  2. Create a file named .env.local with the following keys:
PRIVATE_KEY=
RPC_ENDPOINT=
  1. Create a file called 100.json in the addresses/ directory with an empty JSON object ({}) as the initial content
  2. Run yarn && yarn deploy --chainId 100
  3. Create a PR into the core repository with your deployed addresses

@tbtstl
Copy link
Contributor

tbtstl commented Jul 12, 2021

@justinglibert Feel free to reach out on our discord if you run into issues, https://zora.community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants