Skip to content

digimercados/FC-repo-test

 
 

Repository files navigation

Bando Dapp | Buy anything from your wallet.

This project is a Proof of Concept created to demonstrate and test the integration of the widget developed by Bando. It is built with React and uses Vite as the build tool. Screenshot 2025-04-03 at 7 18 36 p m

Main Features

  • Fully functional Dapp integration of the Bando widget.
  • Lightweight and fast development environment powered by Vite.

Requirements

  • Node.js (version 16 or higher)
  • Yarn (recommended) or npm

Installation

  1. Clone this repository:
git clone https://github.com/bandohq/bandohq-app.git
  1. Navigate to the project directory:
cd bandohq-app
  1. Install dependencies:
yarn install
# or
npm install

Running the Project

To run the project locally:

yarn dev
# or
npm run dev

This will start a local server at http://localhost:5173.

Using the Widget

The widget integrated in this project is documented and available at the official repository:

https://github.com/bandohq/widget

Check the official documentation for advanced configuration and customization options.

Building for Production

To generate an optimized production build:

yarn build
# or
npm run build

The build output will be located in the dist folder.

Contributions

If you'd like to contribute, create a branch and submit a Pull Request with a clear description of your changes.

License

This project is open source under the Apache 2.0 license. For more details, see the LICENSE file.

About

spend crypto in FC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.3%
  • JavaScript 4.1%
  • CSS 2.4%
  • HTML 2.2%