https://github.com/kleros/address-tags-sdk
Simple library to get address information from the Kleros curated tags registry.
https://github.com/kleros/address-tags-sdk
curated-list curated-lists-v1 middleware
Last synced: 5 months ago
JSON representation
Simple library to get address information from the Kleros curated tags registry.
- Host: GitHub
- URL: https://github.com/kleros/address-tags-sdk
- Owner: kleros
- Created: 2022-05-27T14:54:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T12:45:03.000Z (12 months ago)
- Last Synced: 2024-11-29T01:15:44.979Z (6 months ago)
- Topics: curated-list, curated-lists-v1, middleware
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@kleros/address-tags-sdk
- Size: 841 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Address Tags SDK
Simple library to get address information from the Kleros curated tags registry.
## Getting Started
### Installing
```
npm install @kleros/address-tags-sdk
``````
yarn add @kleros/address-tags-sdk
```### Example
```javascript
import { getAddressInfo } from "@kleros/address-tags-sdk";const addressInformation = getAddressInfo(
"0xdAC17F958D2ee523a2206206994597C13D831ec7",
"https://cdn.kleros.link"
);
```## Version History
* 0.1
* Initial Release## License
This project is licensed under the MIT License.