Giter Club home page Giter Club logo

rails-bitgo-solr's Introduction

Ruby on Rails

This application requires:

  • Ruby 2.2.1
  • Rails 4.2.5.1

Learn more about Installing Rails.

Getting Started

Documentation and Support

Issues

Similar Projects

Contributing

Credits

License

Run BitgoJS

Install Bitgo on server : clone Bitgojs (Not in Project Directory) 1: git clone https://github.com/BitGo/BitGoJS.git

2: cd BitgoJs

3: npm install

4: cd BitgoJs/bin

5: Run ./bitgo-express --debug --port 3080 --env prod --bind localhost

if you see following error:

(http://stackoverflow.com/questions/30281057/node-forever-usr-bin-env-node-no-such-file-or-directory)

Then

sudo ln -s "$(which nodejs)" /usr/bin/node

And Again:

./bitgo-express --debug --port 3080 --env prod --bind localhost

after installing BITGOJS get access token

go to https://www.bitgo.com/ Create account and Login

You can request long-lived access tokens which do not expire after 1 hour and are unlocked for a certain amount in funds.

Access the BitGo dashboard and head into the “Settings” page. Click on the “Developer” tab. You can now create a long-lived access token. The token will come unlocked by default with your specified spending limit. Do not attempt to unlock the token again via API as this will reset the unlock.

TOKEN PARAMETERS

Label :A label used to identify the token so that you can choose to revoke it later. Duration: Time in seconds which the token will be valid for. Spending Limit: The token will come unlocked for a spending limit up this amount in BTC. Do not attempt to unlock the token via API as this will reset the limit. IP Addresses: Lock down the token such that BitGo will only accept it from certain IP addresses. Permissions: Auth Scope that the token will be created wit

Fill Token Label with ACCESS_TOKEN and other field as you want , ip address of server (machine on which we want to run access token) click on add token then verify (by mobile or email ) after verifying save the token on secure place and paste your bitgo access token in /config/application.yml access_token: "paste here"

rails-bitgo-solr's People

Contributors

happymango7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.