Skip to content

Our gate.haus is the gateway for our NFT HAUS KEY holder to access exclusive content, deals and much more.

License

Notifications You must be signed in to change notification settings

0xigami/gate.haus

 
 

Repository files navigation

Gate.Haus

This project lets you create links that only NFT holders can view.

Deployment

Requirements: node-v16.8.0, Google Firebase

  1. The whole project runs on Firebase, so to deploy you would first create a Firebase project.
  2. Edit src/utils/firebase.js Firebase config
  3. Edit src/utils/eth.js config
  4. Edit .firebaserc add your Firebase project id
  5. Go to your project folder and install packages
$ yarn
  1. Build frontend
$ yarn build && firebase deploy --except functions
  1. Go to ./functions folder and install packages
$ yarn
  1. Install Firebase Tools
$ sudo npm install -g firebase-tools
  1. Set firebase as prefix
$ alias firebase="`npm config get prefix`/bin/firebase"
  1. Set env vars on firebase with the following command. Please use your own bugsnag.com API key for a nodejs project and an Infura ethereum https RPC URL. read more about it: https://firebase.google.com/docs/functions/config-env
$ firebase functions:config:set bugsnag.apikey="put_a_bugsnag+apikey_here" infura.url="put_your_infura_url_here"
  1. Install Firebase backend
$ firebase deploy --only functions 

Troubleshooting

Problem

$ Failed to authenticate, have you run    ?

Solution

The command pop up a new window login with the same id that you used for firebase db ,once logged in it will give you a string copy that string and paste in your terminal.

$ firebase login --no-localhost

Problem

$ Cannot read property 'apikey' of undefined

Solution

You need to set 2 env vars. You need a bugsnag.com key for a nodejs project and an infura eth http rpc URL.

$ firebase functions:config:set bugsnag.apikey="put_a_bugsnag+apikey_here" infura.url="put_your_infura_url_here"

Runs the app in the development mode.
Open http:https://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console. Note that you need the firebase functions to be deployed for this to work.

About

Our gate.haus is the gateway for our NFT HAUS KEY holder to access exclusive content, deals and much more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 9.4%
  • CSS 1.9%