project screenshot 1
project screenshot 2
project screenshot 3
project screenshot 4
project screenshot 5
project screenshot 6

Nounish (⌐◨-◨) KZG Client

⌐◨-◨ Decentralized alternate KZG summoning ceremony contribution client built using NEAR BOS

Nounish (⌐◨-◨) KZG Client

Created At

ETHGlobal Waterloo

Winner of

trophy

🥇 NEAR — Best Use of BOS

Project Description

Though one of the stated goals of the KZG summoning ceremony is client diversity, as it stands there are only two contribution clients accessible through the browser (one of which is a implementation themed around Doge). Additionally, the IPFS hosted version of the EF's browser implementation is currently bugged! If something catastrophic were to happen to the EF's KZG frontend, the vast majority of users would lose the ability to meaningfully contribute to the KZG ceremony.

Additionally, I believe that more people would contribute if they could incorporate more interesting sources of entropy - wouldn't it be cool if people could say that their favorite Noun is playing a part in securing the future of EVM chains? Or, we could incorporate non-EVM related sources of on-chain entropy, like activity on NEAR shards?

⌐◨-◨ Well, if clients must be themed, one should be Nounish! ⌐◨-◨

Hence, Nounish KZG is an alternate KZG summoning client implemented on NEAR BOS. Because it is on NEAR BOS, Nounish KZG is decentralized and resilient in a way that makes it unlikely to have downtime. Users can use Nounish KZG to generate entropy by building a Noun from their favorite traits, and the Noun is rolled into other sources of entropy and ultimately contributed to the KZG ceremony!

How it's Made

The project consists of several NEAR BOS widgets composed together. These include:

  • NounishKZG
    • Splash - contains auth logic
    • Lobby - contains KZG math logic
  • NounSelector - an extracted generalized Widget for generating Nouns

Of most technical note is the KZG math implementation. Nounish KZG depends on noble-curves, using their pure TS/JS implementation of BLS. NEAR BOS currently lacks support for WASM, so a pure TS/JS implementation was necessary - as a result, Nounish KZG trades off performance for decentralization in practice.

I believe this is probably one of the first examples of injecting a non-whitelisted library into the NEAR BOS VM. This was accomplished through an exploit/hack involving iframes, where the library was loaded into an iframe and then the iframe was called as a worker by the main app. As such, the library was able to run in the normal JS environment and scope in the iframe, while the surrounding app operated within the BOS VM. Though there are security issues, I believe this is an interesting workaround that could be investigated further as BOS works to extend support for 3rd-party packages!

Additionally, because NEAR BOS has easy access to the NEAR blockchain, I was able to use the NEAR blockchain as another source of entropy. Though on-chain randomness has been thoroughly explored by orgs like Geometry, Paradigm and Chainlink, I think this is still a novel usage of randomness cross-chains.

background image mobile

Join the mailing list

Get the latest news and updates