Skip to content

tagion/alpha-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagion logo

Tagion AlphaFour Release

Release Notes

This release includes the updated tagionwave and tagionwallet binaries with CLI. The purpose of this release was to improve stability and network performance through the new static graph implementation.

  • Rewritten Tagion Hashgraph consensus implementation:
    • Static graph implementation (significant performance and stability gains);
    • Improved Epoch sorting;
    • Improved clean-up;
    • Added event caching;
  • Updated libraries to support major changes:
    • HiBON
    • HiRPC
    • Network interface library
  • Updated tools and utils to support major changes:
    • hibonutil
    • dartutil
    • tagionutil
    • tagionwallet

Getting Started

Here we show how to run the local network (multiple nodes on a single machine).

Run with Docker

To start the local network:

docker rm alpha4 &> /dev/null && docker run --name=alpha4 -ti tagion/tagion_alphafour tagionwave --loops 0

You have to wait 1 minute before the network starts.

To create a wallet and do some transfers in the network, attach to a running container:

docker exec -ti alpha4 bash

The tagionwallet is already in PATH, feel free to create a wallet.

tagionwallet -g # Opens an interactive mode

To better understand the tagionwallet, read the AlphaOne Guide.

Repository

Maintainers

Questions

For questions and support, please use the official forum or Telegram chat. The issue list of this repo is exclusively for bug reports.

Issues

Please use GitHub to report a bug or request a feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published