Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 655 Bytes

README.md

File metadata and controls

45 lines (37 loc) · 655 Bytes

Axia JS

Building blocks for decentralized Web 3 applications on Ethereum and Solana

Getting Started

Ethereum

With Ethereum Vanilla JS (Browser)

yarn add @axiajs/ethereum.core

With Ethereum Vue

yarn add @axiajs/ethereum.vue

With Ethereum React

yarn add @axiajs/ethereum.react

With Ethereum Node.js

yarn add @axiajs/ethereum.node

Solana

With Solana Vanilla JS (Browser)

yarn add @axiajs/solana.core

With Solana Vue

yarn add @axiajs/solana.vue

With Solana React

yarn add @axiajs/solana.react

With Solana Node.js

yarn add @axiajs/solana.node