Skip to main content

2Way.js

Pipeline StatusPipeline Status

JavaScript/TypeScript API wrapper to help interact with the AIBlock blockchain network.

About The Project

2Way.js allows you to interact with the AIBlock API from your Javascript projects. It's here to let you work with the AIBlock 2 Way Chain in a way that's fast, simple and secure.

Specific areas of focus include:

  • Keypair generation through the use of BIP39 mnemonic implementation.
  • Encryption and decryption of keypairs during operations safely.
  • Transactions and other complex network interactions simplified.

Polyfill node core modules in webpack 5

Webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. This affect CRA, Angular, Vue.js and Gatsby (see fix). We recommend using next.js as it supports modern browsers with no configuration.

🚀 Ready to Dive In?

Table of Contents

(back to top)