Code Monkey home page Code Monkey logo

y-whois's Introduction

y-whois

Y-whois is a collection of Whois resources managed by Yummy Capital, designed to help users identify blockchain addresses of Crypto.org and Cronos Mainnets. The information located in this repository is utilized by Yummy Explorer, a blockchain explorer platform that provides users with an intuitive way to view and analyze blockchain data on the Crypto.org and Cronos Mainnets. By leveraging the resources available in this repository, Yummy Explorer is able to provide users with comprehensive information about the owners and operators of blockchain addresses and make it easier to explore and search for addresses, transactions and other activities taking place on these networks.

Structure

Each chain has their own directory: Cronos Mainnet and Crypto.org Mainnet.

There are three directories for each chain: ibc โ€“ specified for ibc accounts module.accouns โ€“ specified for module accounts others โ€“ specified for organizations and individuals

Each directory stores a key-value object, where key is the address in a particular blockchain network, and value is Whois data.

Whois data has following interface:

interface Whois {
  label: string // label to be displayed next to the address or on the address page
  link?: string // optional link to an external source (website)
}

Example of Veno.finance:

import { WhoisRecords } from '../../../../interfaces'

export default <WhoisRecords>{
  cro1vh0qats69klguljnpfux925rf320whj8gyhn0a: {
    label: 'Veno Finance',
    link: 'https://veno.finance',
  },
}

Contributing

  1. Fork this repo to your own github account
  2. Clone fork and create new branch
git clone [email protected]:YOUR_ACCOUNT/y-whois.git
cd y-whois
git branch <branch_name>
git checkout <branch_name>
  1. Add your information
  2. Commit and push to your fork
git add -A
git commit -m โ€œAdd <DESCRIPTION>โ€
git push origin <branch_name>
  1. From your repository, make pull requesrt (PR)

y-whois's People

Contributors

mr-kenikh avatar fernando-galaxystaking 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.