ethers-io/EthersWallet-ios

Ethers

Closed this issue · 1 comments

Install ethers

/home/ricmoo/test-ethers> npm install ethers@beta-exports

// Import everything
import { ethers } from "ethers";

// Import just a few select items
import { BrowserProvider, parseUnits } from "ethers";

// Import from a specific export
import { HDNodeWallet } from "ethers/wallet";

<script type="module"> import { ethers } from "https://cdnjs.cloudflare.com/ajax/libs/ethers/5.7.2/ethers.min.js"; // Your code here... </script>

Closing as spam.