New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@talismn/orb

Package Overview
Dependencies
Maintainers
2
Versions
2028
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talismn/orb

Display Talisman orbs in any dapp !

latest
Source
npmnpm
Version
0.4.2
Version published
Weekly downloads
799
-83.58%
Maintainers
2
Weekly downloads
 
Created
Source

@talismn/orb

Display Talisman orbs in any dapp !

Setup in a dapp (or extension) to use this library

Install :

# for npm
npm install @talismn/orb

# for pnpm
pnpm install @talismn/orb

# for yarn
yarn add @talismn/orb

Usage

import { TalismanOrb } from "@talismn/orb"

const Avatar: FC<{ address: string }> = ({ address }) => {
  return <TalismanOrb seed={address} />
}

FAQs

Package last updated on 03 Apr 2026

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