Skip to content

yknl/stacks-chain-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacks Chain Status

This is a simple node.js app that checks the status of the Stacks blockchain testnet. It also sends out a series of transactions including token transfer, contract deploy and contract function call transactions as part of the status check. The main page is served by express.js and data storage is handled by Redis.

Install Redis

You will need to run a Redis server on your machine. On macOS, the easiest method of installation requires Homebrew. With Homebrew set up, you can install redis:

brew install redis

Install dependencies

npm install

Run in dev environment

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published