1.4.1 • Published 1 year ago

atlas-app v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

atlas-app

Deployment toolchain for Atlas smart contracts

Prerequisites

  1. Docker Desktop
  2. Node.js ^16.17.0

Installation

npm i atlas-app -g

Usage

  1. Login to Atlas

    atlas-app login
  2. Create new app

    atlas-app new
  3. Install development dependencies

    cd your-app && npm i -f
  4. Test smart contracts

    Docker Desktop must be running

    atlas-app test
  5. Deploy contracts to your chain

    Docker Desktop must be running

    atlas-app deploy