Announcing Cosmos-API, Cosmos-Keys, and Cosmos-Ledger

Three important libraries we built for Lunie.io

Jordan Bibla
Lunie HQ
Published in
2 min readJun 15, 2019

--

Lunie is an open-source software company because we believe it’s important to share the work we do with the world. Being open-source allows other projects to fork our code (38 times! 🍴) and keep moving things forward. Take a look at Terra Station or Regen Network for nice examples.

If you’re thinking about forking Lunie for your own project, we’d love to help. Send an email to hello at lunie.io!

Cosmos-API

Cosmos API is the library we use for interacting with applications built on the Cosmos SDK. It’s responsible for making requests to the right endpoints, fetching the data we need, interpreting SDK errors, formatting transactions to be broadcast, and a few other magical programming things. Check it out below!

If you’re considering using Cosmos API for your project, feel free to reach out and we’d be happy to help. Send an email to hello at lunie.io!

Cosmos-Keys

Cosmos Keys is the library we use for creating keys and signing messages on Cosmos. You can use it to generate key-pairs and addresses and to sign messages for the Cosmos Network. This library deals with tasks that are considered security-critical and should be used very carefully.

If you’re considering using Cosmos Keys for your project, feel free to reach out and we’d be happy to help. Send an email to hello at lunie.io!

Cosmos-Ledger

Cosmos Ledger is the library we use for interacting with the Cosmos Ledger Nano App. It provides a developer-friendly interface and user-friendly error messages for an improved Ledger Nano development experience.

This library is based on ledger-cosmos-js by Juan Leni who also implemented the official Cosmos Ledger Nano App. Big thanks to Juan Leni for his amazing contributions!

If you’re considering using Cosmos Ledger for your project, feel free to reach out and we’d be happy to help. Send an email to hello at lunie.io!

🙏🏾 Follow this publication

🐦 Follow us on Twitter

🤗 Work with us

👋 Have a great day!

🚀 See you in the Cosmos!

If you want to work on open-source software and are interested in being at the forefront of the new staking economy, check out our job postings.

We’re hiring for a few full-time roles in Toronto or Berlin.

--

--