Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Ethereum blockchain orchestration, testing, and command line interface.
npm install -g clevis
git clone https://github.com/austintgriffith/clevis.git
cd clevis
npm install
sudo npm link
npm config set user 0
npm config set unsafe-perm true
npm install -g clevis
lists available commands and usage
installs/updates latest version and initializes configuration
loads latest prices and standard gas and updates config
lists accounts
unlocks account
send ether from one local account to another by index
send ether from local account to any address
get balance of any Ethereum address
sign a string with a local account
recover address used to sign a string
send ether and/or data to an account
create a contract
compile a contract
deploy a contract
interact with a contract these scripts are generated automatically using the ABI (list .clevis folder inside any contract folder to see all scripts)
example:
clevis contract balanceOf Copper 0x2a906694d15df38f59e76ed3a5735f8aabcce9cb
run mocha test from tests folder
convert to and from wei and ether
example:
clevis wei 1 ether
convert a string to hex
convert hex to a string
get block information
get current block number
get transaction information
FAQs
Ethereum blockchain orchestration, testing, CLI, and Dapp scaffolding.
The npm package clevis receives a total of 11 weekly downloads. As such, clevis popularity was classified as not popular.
We found that clevis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.