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: 2 months ago
JSON representation
Building blocks for decentralized Web 3 applications on Ethereum and Solana
- Host: GitHub
- URL: https://github.com/codebender828/axiajs
- Owner: codebender828
- License: mit
- Created: 2022-02-21T13:46:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T16:21:03.000Z (about 4 years ago)
- Last Synced: 2025-03-16T19:12:00.984Z (about 1 year ago)
- Topics: dapps, ethereum, marketplace, solana, utils, web3
- Language: TypeScript
- Homepage: https://docs.axiajs.dev
- Size: 404 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```