Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@synonymdev/selfie-records

Package Overview
Dependencies
Maintainers
12
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synonymdev/selfie-records

SDK for interacting with the Selfie-Records DNS TXT records.

latest
Source
npmnpm
Version
0.0.1-alpha.4
Version published
Maintainers
12
Created
Source

Selfie Records SDK

Selfie Records SDK is designed to interact with DNS TXT records, extending the concept of Bitcoin Improvement Proposal (BIP) 353 to support a broader spectrum of data types using standard DNS infrastructure.

🌐 Overview

Selfie Records utilizes DNS TXT records for storing and retrieving arbitrary data, enhancing security and privacy through DNSSEC.

✨ Features

  • Supports extended data types through DNS TXT records.
  • Robust SDK simplifies developers interaction with DNS TXT records.
  • Enhanced security with DNSSEC ensures data integrity and authenticity.
  • User-friendly access and verification of data directly via DNS.

🚀 Installation

Install the SDK package using npm to get started with Selfie Records.

npm i @synonymdev/selfie-records

⚙️ Usage

Utilize the SDK to interact with DNS TXT records for various applications.

import { getRecords } from "@synonymdev/selfie-records";

async function fetchRecords() {
  const records = await getRecords({
    name: "hello@miguelmedeiros.dev",
    filters: ["bitcoin-payment", "nostr"], // optional
    dnsServer: "1.1.1.1", // optional
  });

  console.log(records);
}

fetchRecords();

🤝 Contributing

Contributions are encouraged! Submit pull requests or file issues for enhancements. GitHub Repo.

🙏 Acknowledgements

Special thanks to the creators and contributors of BIP 353, whose work inspired and laid the groundwork for Selfie Records.

📄 License

Selfie Records is open-sourced under the MIT License.

Keywords

dns

FAQs

Package last updated on 10 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts