npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

gboard

v0.0.3-10

Published

Gear Pixel Board

Downloads

67

Readme

Gear Pixel Board

A Pixel Board on top of Gear, inspired by matrix67.com

Live Demo

Visit one of the links for a live version

  • https://gboard.deno.dev
  • https://gboard.vercel.app
  • http://127.0.0.1:3000
    • git clone https://github.com/btwiuse/gboard && cd gboard
    • yarn && yarn start

Deploy Contract

Before you proceed, make sure you have git, yarn, rustup, deno, node, jq installed

$ git clone https://github.com/btwiuse/gboard && cd gboard/contract
$ make init
...
$ make deploy
...
Deploying program...
CodeID already exists, skipping upload...
{
  codeId: "0x83239c38c37f77a1943c7ac4d44ab5f09fae588c50ca6c602b1c7a93763b9fc8",
  programId: "0x648df8e155670708c61327f0d9e0aefdea21c257acd5638d6a9a3d31e127ef3d"
}
Posting metadata...
{
  name: "github.com/btwiuse/gboard",
  meta: '{"types":"0x180010146775726c7314636f64656318616374696f6e18416374696f6e0001041841646455726c080110636f...',
  title: "github.com/btwiuse/gboard",
  metaWasm: "AGFzbQEAAAABTw1gAX8AYAF/AX9gAAF/YAN/f38Bf2AAAGADf39/AGACf38Bf2ACf38AYAR/f39/AGAEf39/fwF/YAV/f39/fwBg...",
  signature: "0x2e778426cd1ff638eba215ee6f210828bb7703cd320a45dd80b04f7bb3c7681a6a7d99f45b90d2cce58f887a93551b9439...",
  programId: "0x648df8e155670708c61327f0d9e0aefdea21c257acd5638d6a9a3d31e127ef3d",
  genesis: "0xd144f24baf0b991be22ea8dc7dd4540d9d1e971e6bf17b1770b9fc9c88272484"
}
Program deloyed: https://idea.gear-tech.io/programs/0x648df8e155670708c61327f0d9e0aefdea21c257acd5638d6a9a3d31e127ef3d?node=wss://rpc-node.gear-tech.io

Objectives

In this workshop, you will learn how to

  • Implement basic contract logic
  • Deploy your contract using Gear Idea
  • Use @gear-js/api
    • to interact with published contract
      • read ( get program state )
      • write ( send messages )
      • watch ( subscribe to state changes)

References

  • http://matrix67.com
  • https://github.com/gear-tech/gear-js/blob/main/api/README.md
    • https://github.com/gear-tech/gear-js/blob/main/api/README.md#read-state-of-program
    • https://github.com/gear-tech/gear-js/blob/main/api/README.md#send-message
    • https://github.com/gear-tech/gear-js/blob/main/api/README.md#subscribe-to-specific-gear-events
  • https://polkadot.js.org/docs/api/cookbook/tx/#how-can-i-batch-transactions