8000 GitHub - denam-xyz/backend: Backend & API endpoint for the denam front-end. Built using NodeJS, ExpressJS, and MySQL.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

denam-xyz/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Create a .config file similar to the config-sample.json file and substitute with your own DB credentials, API key and RPC node for ethereum mainnet

{ "database_connection": { "host": "localhost", "user": "root", "database": "denam", "password": "YOUR_DB_PASSWORD" }, "unstoppable_domains": { "API_KEY": "YOUR_API_KEY" }, "rpc_urls": { "mainnet_eth": "YOUR_RPC_URL_TO_ETH_MAINNET" } }

Start backend server with:

npm i

node index.js

Public endpoint (using Heroku alt):

https://backend-s9tj.onrender.com/v1/unstoppableDomains/search/{name}

About

Backend & API endpoint for the denam front-end. Built using NodeJS, ExpressJS, and MySQL.

Topics

Resources

Stars

Watchers

Forks

413D 1 fork

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0