-
Notifications
You must be signed in to change notification settings - Fork 237
feat: Add BNB Swap Protocol example - Decentralized Token Swap Application #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just getting a looksee at what a commit looks like
@Buffalo456 excellent, it's always good to look at how a repository works and its functions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
não entendi qual alteração voçê quer fazer no repositorio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typescript/bnb-swap-protocol
Hey there @aniketsahu115 ! Thank you so much for your submission, really appreciate the effort. However, we noticed that an existing PancakeSwap already exist. May i know how is yours different? |
Description
This PR introduces a comprehensive BNB Swap Protocol example that demonstrates how to build a decentralized token swap application on BNB Smart Chain. The implementation provides a complete full-stack solution with smart contracts, frontend interface, and comprehensive documentation.
Key Components Added:
Features Implemented:
This example serves as a practical reference for developers looking to build DEX applications or integrate token swapping functionality into their DApps on BNB Smart Chain.
Type of change
How Has This Been Tested?
Test Instructions:
npm run install && cd frontend && npm install
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
cd frontend && npm run dev
Checklist: