Skip to content

Commit

Permalink
Merge pull request #16 from saatvik333/releases/v0.2.0
Browse files Browse the repository at this point in the history
chore: update readme
  • Loading branch information
ComputerKeeda authored Oct 18, 2024
2 parents e3dd056 + 66b82d1 commit b522957
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Junction
Welcome to the new version of Junction, a cutting-edge settlement layer that coordinates transaction flow and ensures proper settlement. This update introduces the Track-gate module, which integrates new external sequencers, including the Espresso sequencer for enhanced transaction sequencing. It also retains full compatibility with the latest Ignite CLI, optimizing project structure, execution layers, and validator management.

## Key Features

- Custom execution layers, batch processing, and a democratic validator system for enhanced data management.
- Efficient management of verification keys and dynamic track pilots selection.
- Enhanced query functionalities and robust batch handling.
- Integration of the `trackgate` module for seamless integration with external sequencer support.
- Incorporation of Espresso sequencer for improved transaction ordering and significantly enhancing overall system functionality.


## Installation & Initialization

```bash
wget https://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond
chmod +x junctiond
sudo mv junctiond /usr/local/bin
```
```bash
junctiond init <moniker> --chain-id junction --default-denom amf
```

### Start Junction

```bash
junctiond start
```

## Additional Information

For detailed instructions, configurations, and updates, refer to the [docs]("https://docs.airchains.io"). Stay connected with our community for the latest developments and support.

Thank you for your continued support of the Airchains ecosystem. We look forward to a successful and smooth upgrade, bringing enhanced scalability and efficiency to our network through the integration of the Trackgate Module and incorporating the Espresso sequencer.
30 changes: 0 additions & 30 deletions readme.md

This file was deleted.

0 comments on commit b522957

Please sign in to comment.