Skip to content

ChatterPay: A wallet for WhatsApp that integrates AI and Account Abstraction, enabling any user to easily and securely use blockchain without technical knowledge.

Notifications You must be signed in to change notification settings

P4-Games/ChatterPay-Subgraph

Repository files navigation

ChatterPay

Chatterpay is a Wallet for WhatsApp that integrates AI and Account Abstraction, enabling any user to use blockchain easily and securely without technical knowledge.

Built for: Level Up Hackathon - Ethereum Argentina 2024

Build By: mpefaur, tomasfrancizco, TomasDmArg, gonzageraci, dappsar

Components:

About this repo

This repository contains a GraphQL API designed for interacting with Chatterpay's Contracts data.

Build With:

Getting Started

1. Install these Requirements:

  • git
  • nvm (allows you to quickly install and use different versions of node via the command line.)
  • node js & npm (installed with nvm)

2. Clone repository:

   git clone https://github.com/P4-Games/ChatterPay-Subgraph
   cd ChatterPay-Subgraph

3. Install Dependencies:

- yarn install # with yarn
- npm i # with npm

If you have troubles with dependencies, try this:

set http_proxy=
set https_proxy=
npm config rm https-proxy
npm config rm proxy
npm config set registry "https://registry.npmjs.org"
yarn cache clean
yarn config delete proxy
yarn --network-timeout 100000

About

ChatterPay: A wallet for WhatsApp that integrates AI and Account Abstraction, enabling any user to easily and securely use blockchain without technical knowledge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published