Initializing Infura in my JS

Hey there. I’m a total newb so my apologies for the most basic of questions.

My question is.

How do I initialize Infura in my .js file ? What’s the code? :slight_smile:

I’m just looking to create a wallet connect button on the home page of my website.

I have formally worked on moralis and used this code at the head of my .js.

Moralis.initialize("APPLICATION_ID");
Moralis.serverURL = 'ENTER_SERVER_URL'

Hi @slimtradey, and welcome to the Infura community!
You can see a step-by-step tutorial on getting set up with Infura at this link.