Skip to main content
Uncategorized

How do I import my contract automatically?

By August 17, 2021No Comments

If you’re a developer and want to import a contract automatically onto OpenSea, kindly follow the steps outlined below.

  1. Stay as close to the OpenZeppelin templates as you can.
  2. Implement OpenSea’s contract URI standard.
  3. Add an “Ownable” owner function as the primary system of contract ownership. Click here to learn how to implement the Ownable standard on GitHub.