Page 1 of 1

Web3.js

Posted: Tue Apr 12, 2022 7:40 pm
by skinkairewalker
does anyone know how to add the Web3.js library (Ethereum) with spiderbasic?

https://github.com/ChainSafe/web3.js

Re: Web3.js

Posted: Tue Apr 12, 2022 8:30 pm
by Peter
I'm not familiar with the Ethereum stuff (and I'm not interested in it either), but the first step would be to put the library in the head section of your page:

Code: Select all

! $("<script src='https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js'></script>").appendTo("head");

Re: Web3.js

Posted: Sun Apr 17, 2022 6:11 am
by skinkairewalker
Wow, thanks :D