Nano Opens Doors - Effortlessly and Securely...

Greetings, fellow Home Automation enthusiasts and Nano fans! Allow me to share a proof-of-concept, where a simple Nano transaction can do something magical. 0:00/1× A simple tap to open a door. Secure, fully on-chain on the nano network. How does it work ? For those interested in the technical…

ChatGPT knows how to use the nano rpc!

Introduction: In this blog post, we'll dive into Nano and we'll learn how to us the nano_node RPC to receive our first nano transaction and forward it to a new address. Nano is a near-instant cryptocurrency with no fees and a small ecological footprint. To interact with the network,…

Streamlining the Network: Automated Integration Testing for the Nano node

Integration testing is an essential step in the development of any decentralised network. It verifies that the nodes in the network can communicate, and interact with each other as expected. However, conducting these tests manually can be very time-consuming. Nano-node-ci is a tool that streamlines the process of testing the…

The nano beta network and what's it for ?

The Beta Network serves as a testing ground where new nano-node versions are tested regularly. Before a new version is live, one or more release candidates are deployed to the Beta Network and undergo a series of tests by beta node operators. With around 10% of the node count of…

Monitoring the nano network by analysing telemetry data

In a traditionl application, telemetry data is usually used to give developers quick feedback of how a change impacts the production environment. This way, by monitoring the telemetry data closely, a new change pushed to the application that causes unforseen problems in production is often caught and fixed before any…

A new nano-node docker image for each new github commit

TLDR; With the help of a github action workflow, this project * Clones the official nanocurrency/nano-node repository. * Builds a docker image by using the official scripts. * Pushes the docker image to dockerhub . The goal is to have very quick release cycles and to be able to update my node with…