Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codebender828/axiajs

Building blocks for decentralized Web 3 applications on Ethereum and Solana
https://github.com/codebender828/axiajs

dapps ethereum marketplace solana utils web3

Last synced: 15 days ago
JSON representation

Building blocks for decentralized Web 3 applications on Ethereum and Solana

Awesome Lists containing this project

README

        

# Axia JS
Building blocks for decentralized Web 3 applications on Ethereum and Solana

## Getting Started
### Ethereum
With Ethereum Vanilla JS (Browser)
```bash
yarn add @axiajs/ethereum.core
```

With Ethereum Vue
```bash
yarn add @axiajs/ethereum.vue
```

With Ethereum React
```bash
yarn add @axiajs/ethereum.react
```

With Ethereum Node.js
```bash
yarn add @axiajs/ethereum.node
```

### Solana
With Solana Vanilla JS (Browser)
```bash
yarn add @axiajs/solana.core
```

With Solana Vue
```bash
yarn add @axiajs/solana.vue
```

With Solana React
```bash
yarn add @axiajs/solana.react
```

With Solana Node.js
```bash
yarn add @axiajs/solana.node
```