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 🙏

© 2024 – Pkg Stats / Ryan Hefner

create-seneschal-app

v1.0.6

Published

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) ![npm](https://img.shields.io/npm/v/create-seneschal-app)

Downloads

5

Readme

MIT License npm

The Seneschal

The Seneschal Logo

The Seneschal is a powerful tool that empowers DAO operators to grant shares, loot, and rewards to value-creating participants. This tool enables the creation of piecemeal task-to-task incentives within DAOs, all while maintaining a non-coercive and high-trust environment. It's designed to enhance the functionality and flexibility of decentralized autonomous organizations.

Key Features:

  • Grant shares, loot, and rewards within your DAO.
  • Create piecemeal task-to-task incentives for participants.
  • Enhance trust and transparency in your organization.
  • Built using modern technologies like Next.js, Hats Protocol, Arweave and more.

Getting Started

This starter kit is built using Next.js, Shadcn/UI, GraphQL, OpenAI, Arweave, IPFS (using nft.storage as the provider), Hats Protocol, Subgraph, Wagmi, Viem, Ethers, and Zod.js.

Installation

To create your own instance of The Seneschal, you can use the following command:

npx create-seneschal-app --name <project-name>

Prerequisites

  • Requires the seneschal contracts to be deployed. Can be found here in this repository.
  • Requires a subgraph to your deployed seneschal contract which you can clone here. Make sure to update the contract address at subgraph.yaml.

Instructions

  • Once you have the contracts & subgraph deployed, create a Shaman Proposal in DAOHaus to grant DAO permissions to the seneschal contract.
  • Mint the necessary hats to your DAO operators & grab the hat IDs from here.
  • Using nft.storage as the IPFS provider. You can either use the same or bring your own provider. Note that, if the provider is changed, you need to make appropriate code changes as well for interacting with IPFS.
  • Update your environment variables by copying the sample environment file provided: sample.env.

Once you have your instance up and running, you can start customizing it to suit your needs.

Technologies Used

  • Next.js
  • Tailwind CSS
  • GraphQL
  • OpenAI
  • Arweave
  • IPFS (nft.storage as the provider)
  • Hats Protocol
  • Subgraph
  • Wagmi
  • Viem
  • Ethers
  • Zod.js

Authors

Contribution

We welcome contributions from the community to enhance and improve The Seneschal project. If you would like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/my-feature or git checkout -b bugfix/issue-description.
  3. Make your changes and commit them with a descriptive commit message.
  4. Push your changes to your forked repository.
  5. Create a pull request to the main repository, detailing the changes you've made and any relevant information.

Copyright © 2023 SilverDoor. This project is licensed under the MIT License.