AliceNet is a Proof-Of-Stake, UTXO based blockchain written in golang that enables high-speed bridging between Layer 1 and Layer 2 protocols while emphasizing strong security and identity standards.
This repository provides a number of utilities helpful for working with/hosting AliceNet.
To learn more, check out our official website and join our official Discord community.
The Indexer is designed to process all events on every layer for AliceNet and make it available for easy access, similar to Etherscan does for Ethereum.
The worker is designed to run continuously and poll the state of AliceNet on all layers. As events are detected, they are processed and stored in long-term storage (currently limited to just Google Cloud Spanner).
The frontend runs a combination GRPC/REST endpoint that can be called to return the information stored by the worker.
A container image that will proxy JSON RPC requests to a remote path (not just host). This allows for hosting a proxy that will include an account key for a service such as infura.
AliceNet is still under development and contributions are always welcome! Please make sure to check Contributing if you want to help.
AliceNet is licensed under MIT license.