CDN Resources for ethereumjs-tx

Quick access to CDN links for the ethereumjs-tx package

CDN Resources for ethereumjs-tx
Various ways to access ethereumjs-tx via Content Delivery Networks

Package Installation

npm
npm install ethereumjs-tx
yarn
yarn add ethereumjs-tx
pnpm
pnpm add ethereumjs-tx

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/ethereumjs-tx"></script>
Unpkg
<script src="https://unpkg.com/ethereumjs-tx"></script>
jsDelivr ESM
<script type="module">
  import ethereumjstx from 'https://cdn.jsdelivr.net/npm/ethereumjs-tx/+esm';
</script>
Skypack
<script type="module">
  import ethereumjstx from 'https://cdn.skypack.dev/ethereumjs-tx';
</script>