@smartpkg/sanctions
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Sanctions

Check whether a wallet address is sanctioned.

Installation

npm install @smartpkg/sanctions

Usage

import { isSanctioned } from '@smartpkg/sanctions';

const walletAddress = '0x7F367cC41522cE07553e823bf3be79A889DEbe1B';
const chainId = 1;
await isSanctioned(chainId, walletAddress);

Supported Networks

A list of supported networks:

  • Ethereum
  • Polygon
  • BNBSmartChain
  • Avalanche
  • Optimism
  • Arbitrum
  • Fantom
  • Celo

Readme

Keywords

none

Package Sidebar

Install

npm i @smartpkg/sanctions

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

18.6 kB

Total Files

6

Last publish

Collaborators

  • leecheuk