Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-tonny8/particle_wallet
This project is particle android SDK.
https://github.com/max-tonny8/particle_wallet
arbitrum avalanche bsc ethereum evm evm-chains fantom harmony heco moonbeam optimism polygon solana web3 web3wallet
Last synced: 6 days ago
JSON representation
This project is particle android SDK.
- Host: GitHub
- URL: https://github.com/max-tonny8/particle_wallet
- Owner: max-tonny8
- License: apache-2.0
- Created: 2024-05-31T16:53:24.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T16:53:54.000Z (8 months ago)
- Last Synced: 2024-12-06T17:48:12.769Z (2 months ago)
- Topics: arbitrum, avalanche, bsc, ethereum, evm, evm-chains, fantom, harmony, heco, moonbeam, optimism, polygon, solana, web3, web3wallet
- Language: Kotlin
- Homepage:
- Size: 2.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Particle Android
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/network.particle/auth-service/badge.svg?style=flat)](https://search.maven.org/search?q=g:network.particle)
👉 [Download built version from Google Play](https://play.google.com/store/apps/details?id=network.particle.auth)
This repository contains [Auth Service](https://docs.particle.network/auth-service/introduction) and [Wallet Service](https://docs.particle.network/wallet-service/introduction) sample source. It supports Solana and all EVM-compatiable chains now, more chains and more features coming soon! Learn more visit [Particle Network](https://docs.particle.network/).
## Getting Started
* Clone the repo.
* Add below particle sdk config to `gradle.properties`.```
particle.network.project_client_key=xxx
particle.network.project_id=xxx
particle.network.app_id=xxx
```Replace `xxx` with the new values created in the [Dashboard](https://dashboard.particle.network/#/login).
## Build
```
./gradlew assembleDebug
```## Features
1. Auth login with email, phone, facebook, google, apple etc.
2. Logout.
3. Open Wallet.
4. Change Chain Id.
5. Check our official dev docs: https://docs.particle.network/## Docs
1. https://docs.particle.network/auth-service/sdks/android
2. https://docs.particle.network/wallet-service/sdks/android## Give Feedback
Please report bugs or issues to [particle-android/issues](https://github.com/Particle-Network/particle-android/issues)
You can also join our [Discord](https://discord.gg/2y44qr6CR2).