atlas-toolkit
v2.0.0
Published
Deployment toolchain for Atlas smart contracts
Readme
atlas-toolkit
Deployment toolkit for Atlas smart contracts
Prerequisites
- Docker Desktop
- Node.js ^16.17.0
Installation
npm i atlas-toolkit -gUsage
Login to Atlas
atk loginAlternatively use interactive login (browserless)
atk login -iCreate new app
atk newInstall development dependencies
cd your-app && npm i -fTest smart contracts
Docker Desktop must be running
atk testDeploy contracts to your chain
Docker Desktop must be running
atk deploy
Note you can use atlas-toolkit or atk to run all commands
