-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from saatvik333/releases/v0.2.0
chore: update readme
- Loading branch information
Showing
2 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |