Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@moneybutton/config

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneybutton/config

Money Button configuration.

  • 0.36.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@moneybutton/config

banner

npm version standard-readme compliant JavaScript Style Guide

Money Button configuration.

Table of Contents

Background

Money Button is a UI/UX and API layer for the blockchain which takes 0% transaction fees and makes Bitcoin SV easy for everyone, everywhere.

Install

yarn add -E @moneybutton/config

or

npm install --exact @moneybutton/config

Usage

const MoneyButtonConfigBuilder = require('@moneybutton/config')
const config = new MoneyButtonConfigBuilder()
  .addValue('SOME_REQUIRED_VALUE', process.env.SOME_REQUIRED_VALUE)
  .addValueWithDefault('SOME_OPTIONAL_VALUE', process.env.SOME_OPTIONAL_VALUE, '42')
  .build()
console.log(config.get('SOME_OPTIONAL_VALUE')) // '42'

API

For in-detail API documentation, please see our automatically generated docs.

Maintainers

@ealmansi @hojarasca @kevinejohn @ryanxcharles

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

FAQs

Package last updated on 06 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc