TapTrust redefines event experiences with NFC & Ethereum's Account Abstraction, offering a unique, etherless way to engage. Each tap with your NFC chip signs transactions & maintains privacy with a fresh, anonymous address.
Before you begin, you need to install the following tools:
- Node (v18 LTS)
- Yarn (v1 or v2+)
- To use the front-end an ARX Halo chip is required
- In order to generate the file required to multi attest users use the bulk HaLo scanning app
- The app is running on Base Goerli test
- If you create your own attestations you need to change the
VALID_ATTESTER
env variable in.env
To get started with Scaffold-ETH 2, follow the steps below:
- Clone this repo & install dependencies
git clone https://github.com/NikosFotiadis/TapTrust.git
cd TapTrust
yarn install
- Start your NextJS app:
yarn start
Visit your app on: http://localhost:3000