Consensys / Consensys/abi-decoder
How to use this library with svelte
- Dominant language
- JavaScript
- Stars
- 641
- Forks
- 215
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
I'm trying to use this library with svelte but after install it with npm i -D
Besides a low severity vulnerability with yargs-parser, when I try to do
``` javascript
import abiDecoder from 'abi-decoder';
```
it raises a bunch of traces starting with:
```
Missing shims for Node.js built-ins
```
So I deduce I'm missing a build process (bower?)
Can you explain this step? I don't use bower
Or even better: can I use this library directly on svelte and rollup?
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the npm install and the JavaScript import in a Svelte and Rollup setup, focusing on the reported “Missing shims for Node.js built-ins” traces. Check whether the library supports this build process and determine what setup or documentation is needed for direct use with Svelte and Rollup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, rollup
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100