dashy

所属分类:IPFS
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-02-26 21:41:03
上 传 者sh-1993
说明:  Dashy是一个去中心化平台,允许用户通过使用QR来简化资金转账。,
(Dashy is a decentralized platform that allows users to streamline money transfers through the use of QRs.,)

文件列表:
.eslintrc.json (40, 2023-02-26)
.vscode/ (0, 2023-02-26)
.vscode/settings.json (31, 2023-02-26)
jsconfig.json (97, 2023-02-26)
lib/ (0, 2023-02-26)
lib/sanityClient.js (377, 2023-02-26)
next.config.js (160, 2023-02-26)
package-lock.json (1212537, 2023-02-26)
package.json (1041, 2023-02-26)
postcss.config.js (82, 2023-02-26)
public/ (0, 2023-02-26)
public/favicon.ico (15406, 2023-02-26)
public/next.svg (1375, 2023-02-26)
public/thirteen.svg (1138, 2023-02-26)
public/vercel.svg (629, 2023-02-26)
src/ (0, 2023-02-26)
src/assets/ (0, 2023-02-26)
src/assets/hor-white.png (23722, 2023-02-26)
src/assets/icon-white.png (3011, 2023-02-26)
src/assets/in.png (2591, 2023-02-26)
src/assets/menu.png (3400, 2023-02-26)
src/assets/out.png (2576, 2023-02-26)
src/assets/profile.png (5668, 2023-02-26)
src/assets/scan.png (652, 2023-02-26)
src/assets/wait.png (49250, 2023-02-26)
src/components/ (0, 2023-02-26)
src/components/Modal.jsx (2824, 2023-02-26)
src/components/header/ (0, 2023-02-26)
src/components/header/Action.jsx (561, 2023-02-26)
src/components/header/NavMenu.jsx (1965, 2023-02-26)
src/components/header/Profile.jsx (1544, 2023-02-26)
src/components/home/ (0, 2023-02-26)
src/components/home/SearchInput.jsx (537, 2023-02-26)
src/components/settings/ (0, 2023-02-26)
src/components/settings/ContactsModal.jsx (3670, 2023-02-26)
src/components/settings/SettingsModal.jsx (3948, 2023-02-26)
src/components/transaction/ (0, 2023-02-26)
src/components/transaction/NewTransactionModal.jsx (3476, 2023-02-26)
... ...

![Artboard_1_copy](https://user-images.githubusercontent.com/74383100/221329750-fabcf316-0e0c-4df5-873f-880295185b89.png) # Dashy [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) ![](https://img.shields.io/github/stars/srteerra/dashy)![](https://img.shields.io/github/forks/srteerra/dashy) Dashy es una plataforma descentralizada construida bajo la blockchain de solana que permite a los usuarios agilizar las transferencias de dinero a traves del uso de QR’s de fácil acceso. ### Description Día con día miles de usuarios dentro de America Latina hace uso de plataformas de envió de dinero,según un estudio realizado por Kantar TNS, el 63% de los usuarios que hacen uso de internet, utilizan servicios de transacciones digitales. Hoy en día existen multiples plataformas de transferencias de dinero de manera tradicional, el problema de estas plataformas es que sus tarifas son altas, el tiempo de espera puede ser muy largo y son complejas de usar. Además estas plataformas no son 100% seguras dado que existe la posibilidad de la manipulación de datos y puede ser bloqueado su uso dentro de algunas regiones del mundo, por lo que todo lo antes mencionado se presenta como inconveniente a la hora de realizar una transferencia de dinero. ## Social Media [Twitter](https://twitter.com/DashyDapp/) ### This platform is now working at [Dashy.site](https://www.dashy.site/) # Table of contents - [Description](#description) - [Built with](#built-with) - [Screenshots](#screenshots) - [Authors](#authors) - [See our Demo](#demo-on-figma) - [Requirements](#requirements) - [Quick start](#Quick-start) # Built with - [React](https://es.reactjs.org/) - React helps you create interactive user interfaces easily. Design simple views for each state in your application, and React will take care of efficiently updating and rendering the correct components when data changes. - [Next.js](https://nextjs.org/) - Next.js is a framework that allows developers to create single-page applications and high-performance web applications through server-side rendering. - [Web3.js](https://web3js.readthedocs.io/en/v1.8.0/) - Web3.js is a collection of libraries that allow you to interact with a local or remote ethereum node using HTTP, IPC or WebSocket. - [Tailwind](https://tailwindcss.com/) - Tailwind is a CSS (Cascading Style Sheets) framework with predefined classes that you can use to build and design web pages directly in your markup. It allows you to write CSS in your HTML in the form of predefined classes. - [Sanity.io](https://www.sanity.io/) - Sanity is the platform for structured content that powers remarkable digital experiences. - [Create Next.js app]() - The easiest way to get started with Next.js is by using create-next-app. This CLI tool enables you to quickly start building a new Next.js application, with everything set up for you. - [Node.js](https://nodejs.org/es/) - As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. # Screenshots ### Home view ![Web capture_26-2-2023_11562_www dashy site](https://user-images.githubusercontent.com/74383100/221430490-e8f87ab8-befd-40a4-aca2-530c41ef3c52.jpeg) ### Home logged view ![Web capture_26-2-2023_115743_www dashy site](https://user-images.githubusercontent.com/74383100/221430529-9d4133ab-efd7-414e-afb6-8fd18dbd270a.jpeg) ### Profile modal ![Web capture_26-2-2023_125925_www dashy site](https://user-images.githubusercontent.com/74383100/221431049-28af509e-41ae-450c-b1b3-f235ea39a4ec.jpeg) ### Pay modal ![Web capture_26-2-2023_115827_www dashy site](https://user-images.githubusercontent.com/74383100/221430592-51a83539-9299-471d-88f1-1ef291a0c541.jpeg) ### QR modal ![Web capture_26-2-2023_115847_www dashy site](https://user-images.githubusercontent.com/74383100/221430699-66134c3b-4582-410a-83db-e9da6fd96a91.jpeg) ### Friends list modal ![Web capture_26-2-2023_115811_www dashy site](https://user-images.githubusercontent.com/74383100/221430645-467c3ae2-ad17-40d8-9c5f-da073a9d6ff6.jpeg) # Authors - [@srteerra](https://www.github.com/srteerra) - Angel Lopez - [@Guapura89](https://www.github.com/Guapura89) - Carlos Sanchez - [@jonocrod12](https://github.com/jonocrod12) - Jonathan Ocampo # Demo on Figma [Dashy Board](https://www.figma.com/file/OvAtTVdlpcAewVzKz7dpsD/Dashy?node-id=1%3A2&t=giryKPyNeTkdZawU-1) # Quick start Here is what you need to run Dashy locally: #### Requirements: - A Web Browser such [Firefox](https://www.mozilla.org/en-US/firefox/new/) or [Google Chrome](https://www.google.com/intl/en/chrome/). - [Phantom](https://phantom.app/download) extension. - [Node.js](https://nodejs.org/es/) ^ 16.0.0 ## Installation: ### 1. First you need to create a folder, where you will save the project. (Optional) ```bash mkdir Dashy ``` ### 2. Move on terminal to the new folder. ```bash cd Dashy/ ``` ### 3. Clone the repository ```bash git clone https://github.com/srteerra/dashy.git ``` ### 4. Move on terminal to the new repo folder. ```bash cd Dashy ``` ### 5. Install dependences with: ```bash npm install ``` #### And there you have, Bitcoffee locally!! ### For development environment Execute the following command: ```bash npm run dev ``` It may take a few minutes to set up the application, so stay calm! #### The default port is **3000** ```bash http:/localhost:3000/ ```

近期下载者

相关文件


收藏者