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

@unstoppabledomains/config

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unstoppabledomains/config

Configuration variables for Unstoppable Domains environments

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
81
decreased by-66.53%
Maintainers
7
Weekly downloads
 
Created
Source

Unstoppable Domains Config

A common configuration reference for Unstoppable Domains environments 🛠️

CI Status

Installation

To use the Unstoppable Domains config in your own project, install the module in your project directory:

// with npm
npm install --save @unstoppabledomains/config

// with yarn
yarn add @unstoppabledomains/config

Usage

import config from '@unstoppabledomains/config';

console.log(
  'Unstoppable Domains smart contract',
  config.UNSTOPPABLE_CONTRACT_ADDRESS,
);

Contributing

To contribute changes to the domain-profiles project, you'll need to clone the project and build it in your local environment.

# Clone the project
git clone git@github.com:unstoppabledomains/domain-profiles.git
cd domain-profiles

# Build the project locally
yarn install # install dependencies
yarn build   # build shared packages

# Run the development server
yarn workspace server run dev

Testing

To run the tests (src/**/*.test.tsx files):

yarn test    # run all tests
yarn test:ci # run all tests and generate coverage report

Linting and code formatting

yarn lint   # automatically fixes linting errors
yarn format # checks for formatting errors

FAQs

Package last updated on 19 Dec 2023

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