Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anataliocs/spheron-xion-abstraxion
Integrate Spheron IPFS Browser Upload SDK and Burnt Labs Abstraxion library.
https://github.com/anataliocs/spheron-xion-abstraxion
blockchain ipfs nextjs react spheron typescript web3 xion
Last synced: 14 days ago
JSON representation
Integrate Spheron IPFS Browser Upload SDK and Burnt Labs Abstraxion library.
- Host: GitHub
- URL: https://github.com/anataliocs/spheron-xion-abstraxion
- Owner: anataliocs
- Created: 2024-01-10T14:37:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T15:45:43.000Z (10 months ago)
- Last Synced: 2024-10-10T05:36:21.788Z (about 1 month ago)
- Topics: blockchain, ipfs, nextjs, react, spheron, typescript, web3, xion
- Language: TypeScript
- Homepage: https://docs.spheron.network/sdk/browser/
- Size: 582 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spheron XION Abstraxion Reference Implementation
__Goal:__ Integrate Abstraxion and Spheron SDK
Uses the [Spheron Browser SDK](https://docs.spheron.network/sdk/browser/) and [Abstraxion library](https://socket.dev/npm/package/@burnt-labs/abstraxion).
**Basic implementation**
- Store Transaction Hash in IPFS## Getting Started
### Setup Spheron Access Token and Browser Upload SDK
First, create a [Spheron Access Token](https://docs.spheron.network/rest-api/#creating-an-access-token)
Then we will create a [Spheron upload token server](https://docs.spheron.network/sdk/browser/#server)
Create .env file:
```
SPHERON_ACCESS_TOKEN=
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.