Skip to content

scaramanga01800/0xSwapAPI-Challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🚀 Master Fetching Swap Prices with 0x on Scroll

Before diving into this guide, make sure you’ve completed the How to fetch live swap prices with 0x Swap API on Scroll guide. Doing so will ensure you understand how to retrieve swap quotes and prepare you for the following tasks.

In this challenge, you'll build upon that foundation by exploring some unique features of the 0x Swap API which allow you to display swap breakdowns, display buy/sell token tax, and enable monetization options. By the end, you’ll be able to use these features to create a more robust and transparent trading experience.

Objective

Your tasks are to:

  1. Display the percentage breakdown of liquidity sources
  2. Monetize your app with affiliate fees and surplus collection
  3. Display buy/sell tax for tokens with tax
  4. Find all sources of liquidity on Scroll

If you get stuck, feel free to ask for help in Level Up Telegram group.

Let's get started! 💪

High Level Structure

1. START WITH THE GUIDE IN LEVEL UP

Guide: Begin your journey with the guide. Here you'll find how to get started.

2. CLONE THIS REPO AND COMPLETE THE CHALLENGE

Assignment: Complete this challenge. Put your knowledge to the test by cloning this repo and completing this challenge by completing implementing the 4 tasks in the code.

Conclusion

This mission will be the first step of your smart contract development journey. You will use this practice in the upcoming missions a lot.

Remember, the journey is as rewarding as the destination. Embrace the mission, and let's revolutionize the world of finance together!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • Solidity 5.6%