Security News
ESLint is Now Language-Agnostic: Linting JSON, Markdown, and Beyond
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
@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
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.
Security News
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
Security News
Members Hub is conducting large-scale campaigns to artificially boost Discord server metrics, undermining community trust and platform integrity.
Security News
NIST has failed to meet its self-imposed deadline of clearing the NVD's backlog by the end of the fiscal year. Meanwhile, CVE's awaiting analysis have increased by 33% since June.