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