https://github.com/ohager/signum-xt-wallet-react-demo
A Demo Application to show how to use @signumjs/wallets with the Signum XT Wallet
https://github.com/ohager/signum-xt-wallet-react-demo
Last synced: about 1 year ago
JSON representation
A Demo Application to show how to use @signumjs/wallets with the Signum XT Wallet
- Host: GitHub
- URL: https://github.com/ohager/signum-xt-wallet-react-demo
- Owner: ohager
- Created: 2022-03-07T13:24:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T11:49:59.000Z (over 3 years ago)
- Last Synced: 2025-04-28T15:04:39.307Z (about 1 year ago)
- Language: TypeScript
- Homepage: signum-xt-wallet-react-demo.vercel.app
- Size: 195 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) (React) Template for Signum Decentralized Applications (DApp).
It comes with a prebuilt architecture using:
- [Next.js](https://nextjs.org/)
- [SWR](https://swr.vercel.app/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [SignumJS](https://signum-network.gitbook.io/signumjs/)
All the communication with the [XT wallet](https://github.com/signum-network/signum-xt-wallet) is already implemented, such that the dev can focus on his DApp.
----------
See here the [DEMO](https://signum-xt-wallet-react-demo.vercel.app/)
----------
See how it's being used in the [Home Page](./features/home/index.tsx)
---------
---------
## Getting Started
> Run `npm i` or `yarn` once you have cloned the repo
To run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Make sure you have the [XT wallet](https://github.com/signum-network/signum-xt-wallet) installed.
## Learn More about Next.js
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.