Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolymathNetwork/polymath-core
/ clashCheck.js
File
clashCheck.js
scripts/clashCheck.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
const
exec = require(
'child_process'
).execSync;
3
const
chalk = require(
'chalk'
);
4
const
Web3 = require(
'web3'
);
Callers
nothing calls this directly
Calls
1
checkClashes
Function · 0.85
Tested by
no test coverage detected