Socket
Socket
Sign inDemoInstall

aeproject

Package Overview
Dependencies
447
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aeproject

This is the default package.json generated for your project


Version published
Weekly downloads
8
increased by700%
Maintainers
8
Install size
39.0 MB
Created
Weekly downloads
 

Readme

Source

AEproject

npm version

AEproject 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.

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

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

Installing

npm i -g aeproject

Documentation

Documentation

FAQs

Last updated on 07 Feb 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc