**Helloooooooo!** Hope you're doing great! This is SMY! 👋 Let's Jump right in 🚀 Part 1: [https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-1-our-first-mvp](https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-1-our-first-mvp) Part 2: [https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-2-folder-structure-integrating-api](https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-2-folder-structure-integrating-api) Part 3: [https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-3-making-test-apps](https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-3-making-test-apps) Part 4: [https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-4-publishing-to-npm](https://smy.hashnode.dev/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-4-publishing-to-npm) This is Part 5 of our SDK development series where we get a CDN of our SDK ## Contents: * ⚡ `Getting CDN` * ⚡ `Integrating CDN and testing SDK` ### Step 1: Get a CDN Head over to [`https://www.jsdelivr.com/`](https://www.jsdelivr.com/) and search for your NPM package. Choose the default version, and copy the link. Head over to the Test Browser app, and integrate the CDN: ```xml