Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codebender828/axiajs
- Owner: codebender828
- License: mit
- Created: 2022-02-21T13:46:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T16:21:03.000Z (over 2 years ago)
- Last Synced: 2024-10-10T16:41:42.795Z (about 1 month 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
```