Skip to content

lacrypta/hodl-ar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

407 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

Topics

Resources

License

Stars

11 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.2%
  • JavaScript 3.3%
  • CSS 3.1%
  • Dockerfile 1.4%