Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@haechi-labs/haechi-cli
Advanced tools
Command Line Interface for the upgradeable smart contract framework
Command Line Interface for the upgradeable smart contract framework.
HAECHI-CLI is a new Command Line Interface tool created to help developers easily develop better DApps by providing an upgradeable smart contract framework as well as new development tools.
Upgradeable Smart Contract helps to easily fix bugs and update business logics for the Dapp service. It also provides a high-quality user experience while maintaining the same entry point for users and updating smart contracts atomically.
It helps to develop, upgrade, test, compile and control the user’s current version of the Dapp service.
If you want more information about the Upgradeable Smart Contract Framework, you can take a look at the HAECHI-LABS pdf file.
Contributors: Please see the Contributing section of this README. |
---|
Install Node.js first. Then, install npm and
$ npm install --global haechi-cli
or install yarn and
$ yarn global add haechi-cli
For a default set of files, run the following within an empty project directory:
$ mkdir my-project
$ cd my-project
$ haechi init
You don't have to do $ npm init
or $ truffle init
.
We supports environment for truffle.
See details for $ haechi init
.
Then, install node modules according to package.json
.
$ npm install
or
$ yarn install
We recommend to use ganache for test.
Next, you have to write:
.env
: General settings for your projectservice.haechi.json
: Settings for your Dapp servicePlease see CONFIGURATION.md to configure your project.
Run $ haechi --help
for more details about functions of haechi-cli.
Please see linked documentation below:
Thank you for considering to join this project! We always welcome contributors :)
Notes on project main branches:
master
: Stable, released versiondev
: Work targeting stable releaseTo contribute, please see CONTRIBUTING.md.
MIT
FAQs
Command Line Interface for the upgradeable smart contract framework
The npm package @haechi-labs/haechi-cli receives a total of 3 weekly downloads. As such, @haechi-labs/haechi-cli popularity was classified as not popular.
We found that @haechi-labs/haechi-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.