Skip to content

BowTiedRadone/stacks-deployer-bot

Repository files navigation

Clarity Smart Contracts Deployer Bot

Running the bot

Clone the repository

git clone https://github.com/BowTiedRadone/stacks-deployer-bot
cd stacks-deployer-bot

Create logs directory

mkdir logs

Install the dependencies

npm install

Customize the bot

Create .env and copy .env.example to the newly created .env.

touch .env && cp .env.example .env

Add the StacksTestnet api url and the desired wallet's mnemonic to the .env file.

Make the main script executable

chmod +x ./deployer_go_round.sh

Run the bot

./deployer_go_round.sh

About

Clarity smart contracts automated deployer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages