This project use to run script make blockchain busier
- Hardhat: compile and run the smart contracts on a local development network
- Dotenv: loads environment variables from .env
- Openzeppelin-contracts: a library for secure smart contract development
First, config the .env
file (ex .env.example
)
RPC_ENDPOINT=""
PRIVATE_KEY=""
OTHER_ADDRESS=""
Before running any command, make sure to install dependencies:
npm install
npm run script
nohup npm run script &
or
docker build --tag blockchain-busier .
docker run -d blockchain-busier
ps -ef | grep script
kill <pid>
Distributed under the MIT License.