Saturday, 10 April 2021

how does ethereum web3js imports "crypto-js"?

I am a bit confused by the syntax used in the web3.js file of the ethereum repository, although there is no file named crypto-js nor any npm or yarn, how is this import is being done? https://github.com/ethereum/go-ethereum/blob/master/internal/jsre/deps/web3.js#L1828

and how can I change the usage of crypto-js library to another library for example sha3?



from how does ethereum web3js imports "crypto-js"?

No comments:

Post a Comment