Contacts SDK
Setup
1. Add JitPack repository
dependencyResolutionManagement {
repositories {
// ...
maven { setUrl("https://jitpack.io") }
}
}2. Add the dependency
dependencies {
implementation("com.github.EthereumPhone:ContactsSDK:0.1.0")
}3. Add permissions
Usage
Initialize
Get all contacts
Get contacts with ETH addresses only
Get contacts with ENS names only
Get contacts with any Ethereum data (ETH address or ENS)
Get a specific contact by ID
Write an ETH address to a contact
Write an ENS name to a contact
Add a new contact with ETH data
Contact Model
How ETH data is stored
Data
Storage Location
Github Repo:
Last updated