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

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

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)

---------


Powered by Signum
SignumJS Logo

---------

## 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.