🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

forgae

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forgae

This is the default package.json generated for your project

latest
npmnpm
Version
3.0.0
Version published
Maintainers
8
Created
Source

ForgAE

npm version

ForgAE is an aeternity framework which helps with setting up a project. The framework makes the development of smart contracts in the aeternity network pretty easy. It provides commands for compilation, deployment of smart contracts, running a local node, local compiler and unit testing the contracts.

Forgae consists of 5 separated packages. There are two main packages.

  • forgae-cli - This package is responsible for reading forgae commands from the command line
  • forgae-lib - installing this package will give you access to the Deployer, which gives you the ability to deploy compiled contracts.
  • forgae-logger - Using this package will give you the ability to print your historical deployments on the console.
  • forgae-config - This package is used as helper where all the necessary configuration files are included.
  • forgae-utils - Similarly to config this package helps with functions like ReadFile & keyToHex, etc.

Installing

npm i -g forgae

Documentation

Documentation

FAQs

Package last updated on 25 Jul 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