/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

preethikasireddy.com
| | blog.adnansiddiqi.me
2.4 parsecs away

Travel
| | This post going to be a bit longer as I am going to cover multiple concepts. I will be covering the following things: Smart Contracts and how do they work in Ethereum blockchain. The basics of Solidity Programming language and how to use online and existing IDEs to write and test them. Using Truffle and
| | codecapsule.com
2.5 parsecs away

Travel
| | How to connect and authenticate a crypto wallet and how to generate a JWT to grant access rights to a user
| | hypernephelist.com
3.3 parsecs away

Travel
| | In my last post I showed you how to deploy an Ethereum Smart Contract programmatically, using the web3 API. The code I showed works in the case you are worki...
| | wittchen.io
18.6 parsecs away

Travel
| Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...