Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions blog/openlibra-nodejs-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "The Open Libra NodeJS Library Has Been Published on npm 🔥"
author: "Codilion"
author_title: "Contributor"
date: 2025-02-06
tags: [open-libra-sdk, npm]
---

Congratulations to the Open Libra contributors!

### **Open Libra NodeJS library** `open-libra-sdk` has been published on the npm repository!

This SDK brings you an easy way to integrate Open Libra blockchain functionality into your NodeJS applications. Whether you’re building new decentralized apps or exploring blockchain integrations, this library provides the essential tools to get started.

For complete installation details, usage instructions, and further information, please visit the npm repository page:

👉 [npm package page for open-libra-sdk](https://www.npmjs.com/package/open-libra-sdk).

Carpe Diem!
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ const config = {
// Direct Edit (faster)
'https://github.com/0LNetworkCommunity/documentation/edit/main/',
},
blog: false,
blog: {
showReadingTime: true,
editUrl: 'https://github.com/0LNetworkCommunity/documentation/edit/main/blog/'},
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
Expand All @@ -76,7 +78,7 @@ const config = {
// position: 'left',
// label: '',
// },
// {to: '/blog', label: 'Blog', position: 'left'},
{to: '/blog', label: 'Blog', position: 'right'},
// {
// href: 'https://warpcast.com/0lnetwork',
// label: 'Farcaster',
Expand Down