https://github.com/pradel/blockstack-devtool
A simple devtool interface to help you manage different wallets and contracts on testnet.
https://github.com/pradel/blockstack-devtool
blockstack tool
Last synced: 7 months ago
JSON representation
A simple devtool interface to help you manage different wallets and contracts on testnet.
- Host: GitHub
- URL: https://github.com/pradel/blockstack-devtool
- Owner: pradel
- License: mit
- Created: 2020-06-19T14:57:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T18:56:53.000Z (over 2 years ago)
- Last Synced: 2025-06-06T03:07:54.871Z (7 months ago)
- Topics: blockstack, tool
- Language: TypeScript
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blockstack-devtool
A simple devtool interface to help you manage different wallets and contracts on testnet.
## Features
- Project support, manage the accounts and contracts per project
- Send STX
- Receive STX in one click from faucet
- Easily deploy smart contracts
- Generate a custom 12 words Mnemonic phrase
- Derive 10 accounts (addresses and private keys) from the Mnemonic
- Display informations about the testnet (eg: current block)
- Easy access to the private key of all the accounts for testing (eg: to be reused easily with the blockstack cli)
## Screenshots
## Local Development
First you need to clone the repository:
```sh
git clone git@github.com:pradel/blockstack-devtool.git
```
Then run the following command to install dependencies:
```sh
yarn install
```
In one terminal window we need to start the webpack server, run:
```sh
yarn start
```
Then to start the app open a new terminal window and run:
```sh
yarn start-electron
```
You should see a new window with the app open 🎉.
## License
MIT © [Léo Pradel](https://www.leopradel.com/)