New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

scti

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scti

cli tool to convert truffle json abi to solidity abstract/interface contract

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

scti

solidity contract to interface

License Version Download

given a truffle json file, convert the abi to a Solidity abstract contract/interface.

Usage

without install

npx scti ~/my-truffle-project/build/json/MyContract.json

with install

npm i -g scti
scti ~/my-truffle-project/build/json/MyContract.json

Output

The output will be printed to stdout, which you can redirect to a file:

npx scti ~/my-truffle-project/build/json/MyContract.json > MyContractInterface.sol

License

MIT

Keywords

truffle

FAQs

Package last updated on 19 Mar 2019

Did you know?

Socket

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.

Install

Related posts