1. @0xcert/scaffold
Overarching module with types, enums, and interfaces for easier development of interoperable modules.
@0xcert/scaffold
Package: @0xcert/scaffold
Created by: 0xcert
Last modified: Mon, 04 Apr 2022 10:28:30 GMT
Version: 2.1.1
License: MIT
Downloads: 213
Repository: https://github.com/0xcert/framework

Install

npm install @0xcert/scaffold
yarn add @0xcert/scaffold

Overarching module with types, enums, and interfaces for easier development of interoperable modules.

The 0xcert Framework is a free and open-source JavaScript library that provides tools for building powerful decentralized applications. Please refer to the official documentation for more details.

This module is one of the bricks of the 0xcert Framework. It's written with TypeScript and it's actively maintained. The source code is available on GitHub where you can also find our issue tracker.

Scaffold Interfaces

These TypeScript interfaces are platform-agnostic base types which are implemented separately in for each provider.

Or in plain English, these are the base data structures in the 0xcert protocol regardless of whether you are using it on a blockchain or MongoDB.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code