Autonomys Space Race Plot-O-Meter

As part of the Autonomys Network BIG BANG, we’re excited to announce the Space Race Plot-O-Meter, a key component in our community-driven journey toward mainnet rewards!

What’s the Goal?

Your mission is to create a dynamic, custom website that visually tracks pledged storage in real-time. Imagine a thermometer that starts at zero and fills up as more space is pledged. Once the thermometer reaches its maximum, rewards will be unlocked for everyone!

About the Space Race

Much like the historic Gemini 3h mission, our Space Race has three exciting phases:

  1. Launchpad: A proof-of-time seed ceremony using a specific Bitcoin block height to inject randomness into the Proof of Time feature. This ensures the protocol is protected from long-range attacks by requiring malicious actors to expend time, not just compute or storage.

  2. Lift-off Phase: During this stage, a target space pledge is set. Farmers will begin to see successfully signed reward hash log messages, but block or vote rewards won’t be activated until we reach our goal.

  3. Escape Velocity: Once the community reaches the target pledged space, rewards are unlocked! This moment depends entirely on the community’s collective effort—it could happen at any moment!

How to Participate

  1. Get Creative: Start from scratch or use our demo repository as a foundation. We’ve created a demo repo with a basic plot-o-meter built by the team. Check out the code here to get started!

  2. Design and Develop: Modify the styling, add your own creative CSS flair, and make your submission stand out. We’re looking for innovative designs that excite and engage the community.

  3. Submit Your Website: Share your project link in the #developer-chat channel on Discord with the hashtag #Space-Race-Plot-O-Meter.

Bonus Side Quest

Think you can predict the future? :thinking: Guess the duration of the Space Race and submit your prediction for the end date (in UTC format) in the #developer-chat channel on Discord with the hashtag #Space-Race-Duration-Prediction. The most accurate predictor will receive Limited Edition Autonomys Legacy Merch! :billed_cap:

Rewards

The Autonomys team will review all submissions and announce the winner no later than two weeks after the end of the Space Race. The announcement will be made in this forum post and via an additional Discord announcement. Prizes are as follows:

  • Best Plot-O-Meter Website: $500, chosen by the Autonomys Team!
  • Closest Space Race End Date Prediction: Unique exclusive Autonomys Merch :billed_cap:

Tips

  • For a head start, check out this example Plot-O-Meter project and dive into our Auto SDK documentation.
  • Since the RPC for the mainnet is not yet available, feel free to practice on the Gemini 3h public RPC - wss://rpc-0.gemini-3h.subspace.network/ws.
  • The Space Race target will be announced soon; for now, use the configuration value!

Good luck, and we can’t wait to see your amazing creations!

Terms and Conditions

By participating in the contest, you’re agreeing to our terms and conditions.

Please note that certain community members are restricted from participating in our initiatives. This includes individuals residing in the People’s Republic of China, Burma, Cuba, Iran, North Korea, Syria, the Crimea Region, Bangladesh, Sudan, Ecuador, Egypt, Kyrgyzstan, Morocco, Russia, Namibia, and other jurisdictions subject to U.S. trade sanctions, embargoes, or other applicable restrictions.

Additionally, merchandise prizes are subject to the restrictions of worldwide shipping offered by our vendors. We are unable to ship to Crimea, Luhansk, and Donetsk regions in Ukraine, Russia, Belarus, Ecuador, Cuba, Iran, North Korea, and Syria.

2 Likes

Cool! Will definitely try! :+1:

1 Like

Looking forward to it!

I’m interested in this program, and tried to run this project, but ican’t connect the service, how can i solve this problem
TypeError: Cannot read properties of undefined (reading ‘query’)
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:19:28
at Generator.next ()
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:8:71
at new Promise ()
at __awaiter (D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:4:12)
at queryMethodPath (D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:13:61)
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\info.js:19:195
at Generator.next ()
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\info.js:9:71
at new Promise ()
Error fetching space pledged: Error: Error querying method path: query.subspace.solutionRanges
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:27:15
at Generator.next ()
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:8:71
at new Promise ()
at __awaiter (D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:4:12)
at queryMethodPath (D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\utils\query.js:13:61)
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\info.js:19:195
at Generator.next ()
at D:\slb\project\space-race-plot-o-meter\node_modules@autonomys\auto-consensus\dist\info.js:9:71
at new Promise ()

I believe I’ve got the same question from you in the repo, but I will respond here as well for broader visibility :slight_smile:

Did you follow all the steps closely (you must use NodeJS version 14 or higher)? I tested the code again and it runs fine for me, meaning that all functions inside the SDK are still working as expected.

I can’t say for sure without seeing your code, but it looks like you might not be awaiting the api. The api object is initialized asynchronously using await activate(). Check if activate() completes successfully and returns a valid API instance. You can add a debug log after api = await activate(); to confirm the successful activation.

For example, you can try something like this to confirm it:
(async () => { try { api = await activate(); console.log('API activated:', api); } catch (error) { console.error('Failed to activate API:', error); } })();

Feel free to push your code and shoot me a link, I’d be happy to help you debug.

:rocket: Space Race Plot-O-Meter Submissions Update :rocket:

We’re thrilled to see the creativity and passion coming through in the Space Race Plot-O-Meter submissions so far! Check out these impressive contributions from our community members:

  1. HallenjayCircular Plot-O-Meter: Hallenjay took a unique approach with a circular plot-o-meter design and an impressive moon station background that sets the scene perfectly for our space-themed journey! :new_moon:
  2. BingBangHorizontal Bar with Astronaut Video: BingBang gives us a cinematic touch by integrating a video of an astronaut into the design, showcasing the pledged space on a sleek horizontal bar. This one’s got a serious space adventure vibe! :astronaut:
  3. HakeHardwareJourney to the Stars: HakeHardware’s site is an immersive experience, taking us on a journey from the ground up to the stars, all while tracking our progress in real-time. This dynamic design brings the Space Race to life! :milky_way:

We’re absolutely inspired by your creativity—please keep those Plot-O-Meter submissions coming! Whether you start from scratch or draw inspiration from our demo repo, each entry brings something special to the Space Race community.

:moneybag: Don’t forget: The contest is open until the Escape Velocity phase, so you have a few more weeks to refine, test, and submit your Plot-O-Meters. With $500 USDC up for grabs, every unique touch you add brings you closer to that prize!

1 Like

And yet another submission from none other than Zulkis - launchpad fuels up the rocket for an epic launch, offering detailed stats on the total pledged space, current block, block time, and target space! This design keeps us fully prepared for the journey ahead! :rocket::sparkles:

:moneybag: Don’t forget: The contest is open until the Escape Velocity phase, so you have a few more weeks to refine, test, and submit your Plot-O-Meters. With $500 USDC up for grabs, every unique touch you add brings you closer to that prize!

2 Likes

how many days left … so far?

The end date is unknown - we launch the network on November 6th, Space Race starts on November 13th and this contest runs throughout the Space Race until we reach the Escape Velocity.

You can read more information about the launch of the network that explains all the stages I mentioned here

1 Like

We’ve got another submission for the Space Race Plot-O-Meter contest — Autobot bot, created by Wolfrage! Be sure to find it among the server members, just below the staff members list. It provides some awesome insights!

:rocket: Space Race Plot-O-Meter Contest Winners Are Here! :tada:

Hey Autonauts! :wave:

The moment we’ve all been waiting for has arrived—it’s time to crown the Space Race Plot-O-Meter champions! :milky_way::sparkles:

First, a massive shoutout to every participant. :partying_face: You didn’t just test our SDK—you turned it into art! Your Plot-O-Meters didn’t just track space; they showed creativity, innovation, and next-level features that wowed the community. From release info and wallet tracking to cross-network data displays, you made this Space Race unforgettable. :raised_hands:

Now, let’s celebrate the stars of the show:

:star2: Hallenjay: First to submit and set the bar with a sleek design tracking two networks!
:star2: Bingbang: Stunning autonaut visuals + a fan-favorite rewards checker (yes, I used it myself!).
:star2: HakeHardware: Rocket progress and escape velocity made tracking feel like a real mission. :rocket:
:star2: Zulkis: Most shared tool in Discord—dynamic charts showing the network’s growth over time. :chart_with_upwards_trend:
:star2: Worlfrage: An amazing live-stats Discord bot that’s sticking around for the long haul! :robot:

:drum: And the 500 USDC grand prize goes to… Zulkis! :trophy: Your innovative charting and community impact were out of this world! :star2:

:gift: Completion date prediction winner: Congrats, Vexr, on snagging exclusive legacy merch! :tshirt::sparkles:

But that’s not all! We’re so impressed by everyone’s efforts that every contestant gets 50 USDC. :confetti_ball: Huge congrats to Hallenjay, Bingbang, HakeHardware, and Worlfrage—you all rocked this!

Thank you for making this contest a blast :rocket:—we can’t wait to see what you’ll build next. Stay tuned for more exciting challenges, and let’s keep reaching for the stars together! :stars:

:tada: Congrats to all the winners! :tada:

4 Likes