1.4.1 • Published 3 years ago
atlas-app v1.4.1
atlas-app
Deployment toolchain for Atlas smart contracts
Prerequisites
- Docker Desktop
- Node.js ^16.17.0
Installation
npm i atlas-app -gUsage
Login to Atlas
atlas-app loginCreate new app
atlas-app newInstall development dependencies
cd your-app && npm i -fTest smart contracts
Docker Desktop must be running
atlas-app testDeploy contracts to your chain
Docker Desktop must be running
atlas-app deploy