Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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" />

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
```