Skip to content

b-n-space/0l-signals

Repository files navigation

0L-Signals

Signaling tool for 0L Network participants.

Available at https://signals.openlibra.space

Todos

  • Fetch proposals from a GitRepository. This is used in get_proposals

    Say https://github.com/0LNetworkCommunity/libra/tree/main/ol/documentation/proposals or wherever we decide to host proposals. Currently, JSON file in this repo

  • Fetch proposal stats from RPC and calculate counts and weights for its options.

    I believe this has to be a full archive or from the explorer

  • Improve proposal page; display description, options, and addresses. Make the addresses clickable to copy; both address and ol command

  • Utilise cache when calculating proposal stats

  • Deploy somewhere

1K GAS bounty for each task from nourspace#6652

Docker

# Build
docker build -t 0l-signals .  

# Run
docker run -p 8000:8000 --rm 0l-signals

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published