Skip to content

Gravacoin is a free open-source service that allows you to build a donation page so that you can share your crypto-addresses with the world.

License

Notifications You must be signed in to change notification settings

jorge-d/gravacoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravacoin

Donate Donate

Gravacoin is a free open-source service to share your crypto-addresses with the world

Documentation

Please check the wiki pages.

Install

Checkout the repo and run npm install.

The application requires a running mongodb and was developped using Node v0.10.26.

To get the mailer working (currently using Mailjet), set the following env variables before runing the application.

export MAILJET_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
export MAILJET_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX

To run the application in development mode:

$ gulp

To run the production mode:

NODE_ENV=production node app.js

Test

To run the test suite:

$ mocha

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "Added Snarkdown")
  4. Push to the branch (git push origin my_markup)
  5. Open a Pull Request
  6. Enjoy a refreshing Diet Coke and wait

About

Gravacoin is a free open-source service that allows you to build a donation page so that you can share your crypto-addresses with the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages