Skip to content

Commit

Permalink
Update readme, drop github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiazkowicz committed Apr 3, 2020
1 parent d2845f8 commit b083d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/dockerpublish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# EOS Testnet Docker Image

![Docker](https://github.com/ulamlabs/eos-testnet/workflows/Docker/badge.svg) [![](https://images.microbadger.com/badges/version/ulamlabs/eos-testnet.svg)](https://microbadger.com/images/ulamlabs/eos-testnet "Get your own version badge on microbadger.com")
[![](https://images.microbadger.com/badges/version/ulamlabs/eos-testnet.svg)](https://hub.docker.com/repository/docker/ulamlabs/eos-testnet)

Docker image which bootstraps a custom EOS testnet node.

## Environment variables

Docker image makes use of these environment variables:

- `EOS_PUBLIC_KEY` - public key for `eosio` account, defaults to `EOS8VhvYTcUMwp9jFD8UWRMPgWsGQoqBfpBvrjjfMCouqRH9JF5qWz`,
- `EOS_PUBLIC_KEY` - public key for `eosio` account, defaults to `EOS8VhvYTcUMwp9jFD8UWRMPgWsGQoqBfpBvrjjfMCouqRH9JF5qW`,
- `EOS_PRIVATE_KEY` - private key for `eosio` account, defaults to `5JeaxignXEg3mGwvgmwxG6w6wHcRp9ooPw81KjrP2ah6TWSECDN`,
- `EOS_TEST_ACCOUNT` - account name for test account, defaults to `eostest12345`. Test account is initialized with balance of 50000000000.0000 EOS. There is 9000000000.0000 EOS staked on both CPU and NET. Account has 8192 KB of RAM

Expand Down

0 comments on commit b083d0e

Please sign in to comment.