![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.