Coder Social home page Coder Social logo

defimatt / snapshot-strategies Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snapshot-labs/snapshot-strategies

0.0 0.0 0.0 1.89 MB

Snapshot voting strategies

Home Page: https://docs.snapshot.org/strategies

License: MIT License

JavaScript 0.01% TypeScript 99.99%

snapshot-strategies's Introduction

Snapshot strategies

Development

Install dependencies

yarn

Build package

yarn build

Test strategy

Note: If you're writing a new strategy, make sure to add it to strategies/index.ts before testing

# Test default strategy (erc20-balance-of)
yarn test
# Test strategy with name
yarn test --strategy=erc20-received
yarn test --strategy=eth-balance
# Test with more addresses from addresses.json
yarn test --strategy=eth-balance --more=200

Checklist for adding a new strategy

Here is a simple checklist to look when reviewing a PR for a new strategy:

Overview

  • The strategy must be unique.
  • If the strategy does only a single call with an address as input, it's preferable to use the strategy "contract-call" instead of creating a new one.

Code

  • There should be a maximum of 5 requests, a request can use "fetch" a "subgraphRequest" or "multicall".
  • The strategy should not send a request for each voters, this doesn't scale.
  • The strategy PR should not add any dependency in Snapshot.js.
  • The score returned by the strategy should use the same casing for address than on the input, or should return checksummed addresses.

Example

  • Example must include at least 1 address with a positive score.
  • Example must use a snapshot block number in the past.

Test

Recommended

  • Add a README.md file that describe the strategy and provide an example of parameters.
  • Use string ABI instead of object.

License

MIT.

snapshot-strategies's People

Contributors

alberthaotan avatar andytcf avatar biswap-dex avatar bonustrack avatar candoizo avatar chaituvr avatar charles-repo avatar clement-ux avatar dievardump avatar drgorillamd avatar github-actions[bot] avatar jo-chemla avatar joeuan avatar kenchangh avatar maxaleks avatar onigiri-x avatar pkretzschmar avatar qyuqianchen avatar refcell avatar renovate[bot] avatar samuveth avatar sergerad avatar starsharks avatar tomafrench avatar trantien139 avatar trizin avatar turpintinz avatar vatsalgupta13 avatar vivek205 avatar xjonathanlei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.