Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmartTokenLabs/TokenScript
/ is_web3_exists
Method
is_web3_exists
bootstrap-js/tokenscript-bootstrap.js:855–857 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
853
return
!!window.ethereum;
854
}
855
function
is_web3_exists(){
856
return
!!window.web3;
857
}
858
/*
859
function
add_script(content){
860
console.log(
'lets add inline script(iframeHelper->add_script)'
);
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected