web3-link
v0.0.8
Published
web3-link is a bridge linking the blockchain to any.
Readme
web3-link
web3-link is a bridge linking the blockchain to any.
Installation
Using Npm:
npm install web3-linkUsing Yarn:
yarn add web3-linkImport:
import { isAddress } from "web3-link";
console.log(isAddress("0x0"));