Server-Side Raindrop Walkthrough

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@hydrogenapi·
0.000 HBD
Server-Side Raindrop Walkthrough
<html>
<p><img src="https://cdn-images-1.medium.com/max/800/1*v68sItdtEZgUDVRplTk6ag.png" width="800" height="498"/></p>
<p>To give people a sense of how easy it is to use Hydro products, I put together a <a href="https://www.youtube.com/watch?v=aRgMl6bdde8">tutorial video explaining and demonstrating the Server-Side Raindrop authentication process from beginning to end</a>. The bullet points below contain some links and comments which will be helpful for those of you following along at home.</p>
<p>https://www.youtube.com/watch?v=aRgMl6bdde8</p>
<p>Server-Side Raindrop Walkthrough video</p>
<ul>
  <li>The screen with your Hydro API credentials can be accessed through the <a href="https://www.hydrogenplatform.com/login">Hydrogen Platform Developer Portal</a>.</li>
  <li>To install the official <a href="https://github.com/hydrogen-dev/raindrop-sdk-js">Javascript SDK</a>, simply run: <code>npm install @hydrogenplatform/raindrop</code>. In the video, I also used the (optional) <a href="https://github.com/motdotla/dotenv">dotenv</a> package.</li>
  <li>The boilerplate code shown in the video is available as a <a href="https://gist.github.com/NoahHydro/a7e8a3af1fa00625e40ddc5c21e57b17">Github gist</a>.</li>
  <li>The whitelist transaction from the video can be seen <a href="https://rinkeby.etherscan.io/tx/0x4e4eed9dccea6342a42cda65f8e8baa37b3ae654984ceeb0da93103dfde2444c">here</a>.</li>
  <li>I transacted with the testnet smart contract using <a href="https://mycrypto.com/account">MyCrypto</a> and <a href="https://metamask.io/">MetaMask</a>. The <a href="https://www.hydrogenplatform.com/docs/hydro/v1/">Hydro API Documentation</a> explains this process quite thoroughly.</li>
  <li>Finally, the authenticate transaction can be seen <a href="https://rinkeby.etherscan.io/tx/0xbac609ada5ebc3bf82c809b59c99906ef682f94dd481de939b4de9c8c9584232">here</a>.</li>
</ul>
</html>
👍 , ,