New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@melonproject/melongql

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@melonproject/melongql

A convenient GraphQL interface to the Melon protocol Ethereum smart contracts.

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

MelonGQL

A convenient GraphQL interface to the Melon protocol Ethereum smart contracts.

Build status Package version License

Installation

This project is published as an npm package. You can install it through npm or yarn.

# Using yarn
yarn add @melonproject/melongql

# Using npm
npm install @melonproject/melongql

Development

Before you can start developing, you'll need to have Node.js and Yarn installed.

Installing only takes two commands and you're ready to roll:

# Install all project dependencies.
yarn install

You are now ready to start development. Check out the package.json scripts for useful commands for testing, test coverage, building and watch mode.

Testing

The tests contained in this repository use an in-memory ganache test chain.

In order to execute the tests, simply run:

yarn test

Contributing

Third party contributions to this project are welcome and encouraged. If you want to contribute, please open an issue before submtting a pull requests so we can discuss the proposed changes and/or additions.

Please note that all repositories hosted under this organization follow our Code of Conduct, make sure to review and follow it.

FAQs

Package last updated on 14 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts