All Projects → NaturalSelectionLabs → Web3-Name-Service

NaturalSelectionLabs / Web3-Name-Service

Licence: other
A compatible and inclusive name service for the web3 world, supporting RNS and ENS and more

Programming Languages

typescript
32286 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Web3-Name-Service

RSS3-SDK-for-JavaScript
⚠️ DEPRECATED
Stars: ✭ 49 (+58.06%)
Mutual labels:  web3, rss3
ens.py
Ethereum Name Service, made easy in Python
Stars: ✭ 36 (+16.13%)
Mutual labels:  web3, ens
almonit-plugin
ENS+IPFS Firefox plugin by Almonit
Stars: ✭ 17 (-45.16%)
Mutual labels:  web3, ens
Web3Pass
Your Web3 in one shot 🍻
Stars: ✭ 54 (+74.19%)
Mutual labels:  web3, rss3
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+748.39%)
Mutual labels:  web3
web3together
🗣 Public open-ended discussions about Blockchain, Web3, NFTs, DeFi, ...
Stars: ✭ 58 (+87.1%)
Mutual labels:  web3
anchor-escrow
Escrow program implemented in Anchor
Stars: ✭ 142 (+358.06%)
Mutual labels:  web3
ethereum-php
Ethereum Client for PHP.
Stars: ✭ 50 (+61.29%)
Mutual labels:  web3
hopr-core
Main repository of HOPR - this is all you need to run a node on the HOPR network!
Stars: ✭ 14 (-54.84%)
Mutual labels:  web3
eth-chains
Helper module for getting Ethereum chains info from chainlist.org.
Stars: ✭ 39 (+25.81%)
Mutual labels:  web3
safe-core-sdk
Software developer tools that facilitate the interaction with the Safe contracts and services.
Stars: ✭ 93 (+200%)
Mutual labels:  web3
connect-metamask-react-dapp
Build a simple React / Web3 Dapp that replicates a small portion of the Uniswap v2 interface
Stars: ✭ 204 (+558.06%)
Mutual labels:  web3
web3jdemo
功能强大的web3j以太坊用例,支持批量生成钱包,批量不同账户转账,查询余额等,监控,定时任务,交易mint等方法,持续更新中... ...
Stars: ✭ 262 (+745.16%)
Mutual labels:  web3
web3-mock
🤡 JavaScript library to mock web3 responses either by emulating web3 wallets or web3 RPC requests.
Stars: ✭ 54 (+74.19%)
Mutual labels:  web3
create-react-native-dapp
Your next Ethereum application starts here. ⚛️ 💪 🦄
Stars: ✭ 410 (+1222.58%)
Mutual labels:  web3
gochain
The official GoChain client.
Stars: ✭ 138 (+345.16%)
Mutual labels:  web3
start-here
Join our community and build with us. This repository is for Community help and support 💜 ✨
Stars: ✭ 67 (+116.13%)
Mutual labels:  web3
LunDAO
LunDAO 是一個鼓勵撰寫與 Ethereum 社群相關的中深度的中文文章,透過一個短期的實驗專案嘗試 DAO 可以如何進行社群治理以及回饋社群貢獻。
Stars: ✭ 50 (+61.29%)
Mutual labels:  web3
WebXDAO.github.io
Main website built with Next.js and Tailwind, and Community builded. 🛸
Stars: ✭ 39 (+25.81%)
Mutual labels:  web3
learn-web3-dapp
This Next.js app is designed to be used with the Figment Learn Pathways, to help developers learn about various blockchain protocols such as Solana, NEAR, Secret, Polygon and Polkadot!
Stars: ✭ 1,084 (+3396.77%)
Mutual labels:  web3

Web3 Name Service

A compatible and inclusive name service for the web3 world

Supported Protocols

In planning:

Usage

/name/:name

Get information by RNS, DAS or ENS name

/address/:address

Get information by address

Examples

Request by RNS name: https://rss3.domains/name/usagi.rss3

Request by ENS name: https://rss3.domains/name/usagii.eth

Request by DAS name: https://rss3.domains/name/usagii.bit

Request by address: https://rss3.domains/address/0xDA048BED40d40B1EBd9239Cdf56ca0c2F018ae65

Returned information:

{
    "rnsName": "usagi.rss3",
    "ensName": "usagii.eth",
    "dasName": "usagii.bit",
    "address": "0xDA048BED40d40B1EBd9239Cdf56ca0c2F018ae65"
}

Related Projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].