# Prerequisites

## **Get your website ready.**

Your website can be developed using any of the following methods:

1. Coding&#x20;
   * [x] Static HTML
   * [x] React 17
   * [ ] React 18
   * [ ] Next.js
2. No-code visual website builder
   * [x] Webflow
   * [ ] WIX
   * [ ] Wordpress

## **Get the contract ready**

1. Smart Contract address (get the implementation address if it's a proxy smart contract)
2. Smart Contract abi

   Go to etherscan and find the contract ABI section.

   <figure><img src="https://2931448708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYPVZSttVKH3Jq2o2xs35%2Fuploads%2FlR37HqmINW3aFSTBY4Uo%2FScreen%20Shot%202022-12-27%20at%2010.08.16%20PM.png?alt=media&#x26;token=78a0b8a1-63d3-4c60-8c4e-642d3ff561a2" alt=""><figcaption></figcaption></figure>

   For example, [etherscan](https://goerli.etherscan.io/address/0xCA127e07Ce57c78eF0C739F268A437e76c66e0F1#code).
3. Chain ID of the smart contract

   [ChainList map](https://chainlist.org/?testnets=true)
