Search
Mint Bot Allows Telegram Users to Tip People in Chat Rooms With Any SLP Token
5.2.2020
A software developer recently launched a new Simple Ledger Protocol (SLP) tipping bot for Telegram chats that allows anyone to tip any SLP token using the application. The developer and Reddit user ‘Maxwell10206’ revealed the platform on Monday and people can join the Mint SLP Telegram...
Overcomplicatin’
4.2.2020
There's some famous quote that goes something like...
When we're young, we make simple things because that's all we know. Then we learn how to make complex things so we make complex things. When we grow old, we learn to make simple things again.
Brad recently wrote about this abstractly in regard...
How To Buy Bitcoin and Other Cryptocurrencies Using Paypal
4.2.2020
These days there are myriad ways people can purchase cryptocurrencies, and the payment platform Paypal is a popular choice. Multiple crypto brokerage services and exchanges allow people to buy digital currencies with the payment option. The following post is a simple guide and list of exchanges...
Smaller HTML Payloads with Service Workers
31.1.2020
Short story: Philip Walton has a clever idea for using service workers to cache the top and bottom of HTML files, reducing a lot of network weight.
Longer thoughts: When you're building a really simple website, you can get away with literally writing raw HTML. It doesn't take long to need a...
Cold Storage and Bearer Bonds: How to Print an SLP Token Paper Wallet
28.1.2020
The Simple Ledger Protocol (SLP) and tokens have become a mainstay within the Bitcoin Cash ecosystem. SLP tokens have gathered traction as they are supported by multiple noncustodial wallets and a slew of tokens gained real-world value after being listed on exchanges. Even though SLP tokens...
Simple Image Placeholders with SVG
27.1.2020
A little open-source utility from Tyler Sticka that returns a data URL of an SVG to use as an image placeholder as needed.
I like the idea of self-running utilities like that, rather than depending on some third-party service, like placekitten or whatever. Not that I'd advocate for feature...
Bitcoin.com Releases SLP Indexer Server for High Performance Token Services
21.1.2020
Bitcoin.com is releasing the open source SLP Indexer Server for validating Simple Ledger Protocol tokens as part of its commitment to the development of the token ecosystem. The tool is designed to make SLP token transactions perform as fast as BCH and empower developers to create even greater...
IP Geolocation and Threat Intelligence API: ipdata (Sponsored)
20.1.2020
An IP address is a simple, numeric piece of information that gets passed to a server, but that IP address can provide a wealth of information with ipdata. With ipdata you can learn user location, language, currency, and much more! Quick Hits ipdata is an IP Geolocation and Threat Intelligence API....
How to Create Custom SLP Tokens With the Bitcoin.com Mint
19.1.2020
On January 17, Bitcoin.com CEO Stefan Rust introduced the company’s new SLP minting application. The Bitcoin.com Mint is a noncustodial web wallet that allows users to store bitcoin cash (BCH) and Simple Ledger Protocol (SLP) tokens. In addition to the portfolio capabilities, the Mint gives...
Simple Ledger Protocol Shines During the Final Day of TNABC Miami
18.1.2020
On Friday, The North American Bitcoin Conference (TNABC) convened for its final day with a great deal of well known speakers from the blockchain and cryptocurrency industry. The slew of speakers discussed topics like the future of crypto mining, SLP tokens, digital currency enterprise solutions...
Eleventy Love
17.1.2020
Been seeing a lot of Eleventy action lately. It's a smaller player in the world of static site generators, but I think it's got huge potential because of how simple it is, yet does about anything you'd need it to do. It's Just JavaScript™.
Jason Lengstorf and Zach Leatherman did a Learn...
A Web Component with Different HTML for Desktop and Mobile
16.1.2020
Christian Schaefer has a great big write-up about dealing with web advertisements. The whole thing is interesting, first documenting all the challenges that ads present, and then presenting modern solutions to each of them.
One code snippet that caught my eye was a simple way to design a component...
CSS-Only Carousel
10.1.2020
It's kind of amazing how far HTML and CSS will take you when building a carousel/slideshow.
Setting some boxes in a horizontal row with flexbox is easy.
Showing only one box at a time with overflow and making it swipable with -webkit-overflow-scrolling is easy.
You can make the "slides" line...
Honk Launches Token Sale to Fund SLP-Powered Sports Betting Site
8.1.2020
The team behind one of the most active tokens in the SLP ecosystem is launching a crowd sale to fund the development of a new sports betting site. The platform will require no identification from either users or investors, and will pay dividends directly in bitcoin cash and a number of supported...
Jetpack Slideshow Block
7.1.2020
One of the many (many) useful things that Jetpack does is give you extra-fancy custom blocks in the WordPress block (AKA Gutenberg) editor: a slideshow, business hours, contact info, GIF, Mailchimp, Map, Markdown, Pinterest, Star Rating, Recurring Payments Button, Repeat Visitor, Simple Payments...
Meet the Multi-Cryptocurrency PoS Device Eletropay
7.1.2020
On January 5, Bitcoin.com’s Executive Chairman Roger Ver introduced a bitcoin cash (BCH) point-of-sale (PoS) merchant solution created by the startup Eletropay. The crypto PoS device manufacturer aims to make cryptocurrency payments simple and secure “without the need to use mobile...
SLP Devs Publish Code Bounties With $2,500+ in Crypto Rewards
5.1.2020
While a number of software developers work on the Simple Ledger Protocol (SLP) framework, SLP devs are still looking for other contributors to help foster the protocol’s ecosystem. In order to help bolster SLP development, the simpleledger.cash website has published requests for bounties...
New SLP Telegram Bots Introduced to Bitcoin Cash Supporters
4.1.2020
The Bitcoin Cash community was recently introduced to two new Telegram bots that use Simple Ledger Protocol (SLP) tokens within the messenger application. There’s a new SLP Telegram-based dice bot that claims to provide provably fair gaming and a developer has also launched an SLP dividend...
Cashshuffle and the SLP Token Universe Shined Brightly in 2019
24.12.2019
The Bitcoin Cash (BCH) network has seen a lot of development in 2019, but two projects in particular have shined brightly throughout the year. The growth of the Simple Ledger Protocol (SLP) universe has been vast and there are thousands of SLP tokens out there today. Additionally, the BCH mixing...
How to the Get Current Page URL in Gatsby
20.12.2019
This seemingly simple task had me scratching my head for a few hours while I was working on my website. As it turns out, getting the current page URL in Gatsby is not as straightforward as you may think, but also not so complicated to understand.
Let’s look at a few methods of making it happen....