Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashtech15/iframable-pancakeswap-widget
Iframable PancakeSwap for any Websites, Feel free to use with iframe. <iframe src="https://iframe-pancakeswap.netlify.app" />
https://github.com/ashtech15/iframable-pancakeswap-widget
bep20-token binance-smart-chain blockchain cryptocurrency dex embeddings ethersjs graphql iframe pancakeswap react typescript uniswap-v2 web3js
Last synced: 15 days ago
JSON representation
Iframable PancakeSwap for any Websites, Feel free to use with iframe. <iframe src="https://iframe-pancakeswap.netlify.app" />
- Host: GitHub
- URL: https://github.com/ashtech15/iframable-pancakeswap-widget
- Owner: ashtech15
- License: gpl-3.0
- Created: 2024-09-10T18:31:24.000Z (2 months ago)
- Default Branch: develop
- Last Pushed: 2024-09-18T03:26:23.000Z (about 2 months ago)
- Last Synced: 2024-10-31T11:05:43.161Z (15 days ago)
- Topics: bep20-token, binance-smart-chain, blockchain, cryptocurrency, dex, embeddings, ethersjs, graphql, iframe, pancakeswap, react, typescript, uniswap-v2, web3js
- Language: TypeScript
- Homepage: https://iframe-pancakeswap.netlify.app/
- Size: 133 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🥞 Iframable Pancake Swap Page
[![Netlify Status](https://api.netlify.com/api/v1/badges/0f4c25a2-111b-4db9-b3bf-0480cba329a8/deploy-status)](https://iframe-pancakeswap.netlify.app/)
This project uses the swap features of the pancake application.
If you want to contribute, please refer to the [contributing guidelines](./CONTRIBUTING.md) of this project.
## Documentation
- [Info](doc/Info.md)
- [Cypress tests](doc/Cypress.md)## Quick Start
install dependencies using **yarn**
```sh
yarn
```start the development server
```sh
yarn dev
```build with production mode
```sh
yarn build# start the application after build
yarn start
```