GithubHelp home page GithubHelp logo

graph-hack-2022-mva's Introduction

To deploy this subgraph

  1. Create a new subgraph in The Graph Hosted service

You will then have a username/subgraphname that you will use later.

  1. Clone the repo:
git clone [email protected]:dabit3/erc20-subgraph-starter.git
  1. Install dependencies
npm install

# or

yarn
  1. Update the deploy script in package.json to match the name of your subgraph:
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ dabit3/erc20subgraphtst"

# update
dabit3/erc20subgraphtst"

# to 
your-username/your-subgraphname"
  1. Authenticate
graph auth
  1. Deploy
yarn deploy

Example query

{
  accounts {
    ERC20balances {
      id 
      value
      contract {
        name
      }
    }
  }
}

graph-hack-2022-mva's People

Contributors

dabit3 avatar jearjujaroen avatar

Watchers

James Cloos avatar  avatar sarah avatar

Forkers

sarahschwartz

graph-hack-2022-mva's Issues

Feedback on EPNS Front end SDK usage issues faced in the Hackathon

Hello Frens,

(Not sure what would have been the right forum to ask this, so thought github would be the best place!)

First of all thanks a ton for trying out EPNS in your project!! We are glad and encouraged by hackers like you trying out our protocol!!

I am from the EPNS team and was trying to follow up on your feedback on https://devpost.com/software/graphytime

Screen Shot 2022-06-10 at 4 37 29 PM

Would love to hear the pain points and the positives on the front end SDK while you were trying to use it, so that we can improve on that! and make it easier for people who follow.

Cheers!!
Thanks Again!

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.