Skip to content

swapilar/hodl-ar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

288 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HODL.ar SDK

Your Nostr and Lightning Provider. Just set up environment and start

Features

  • NIP-05
  • LUD-16

Docker

Pull the image from Docker Hub (masize/hodl-ar) (Optional)

docker pull masize/hodl-ar

Replace the environment variables and run the container

docker run -it -p 3000:3000 \
-e MAIN_DOMAIN="hodl.ar" \
-e MONGODB_URI="mongodb+srv://YOUR_MONGODB_URI" \
-e LNBITS_ENDPOINT="https://wallet.lacrypta.ar" \
-e LNBITS_ADMIN_KEY="YOUR_LNBITS_ADMIN_KEY" \
-e LNBITS_ADMIN_USER="YOUR_LNBITS_ADMIN_USER" \
masize/hodl-ar:latest

Local Development

nvm use
yarn dev

Author

About

Hodl portfolio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • JavaScript 3.4%
  • CSS 3.3%
  • Dockerfile 1.5%