Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
633 stars 218 forks source link

Where is located abi-decoder.js ? #78

Closed JTorresConsulta closed 2 years ago

JTorresConsulta commented 2 years ago

Hi, I dont use Bower.

I am using abi-decoder with node.js correctly.

I am trying to use abi-decoder with simple javascript in a website. In your repository there isnt abi-decoder.js

How is the correct way? Thank you

JTorresConsulta commented 2 years ago

Ok, i used this CDN link: https://cdn.jsdelivr.net/npm/abi-decoder@1.2.0/dist/abi-decoder.js

Thanks