Skip to content

The Solid Algo Wallets Example provides a working demonstration of a SolidJS web application that integrates Algorand wallets via the solid-algo-wallets library.

License

Notifications You must be signed in to change notification settings

robdmoore/solid-algo-wallets-example

This branch is 2 commits behind SilentRhetoric/solid-algo-wallets-example:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aaa07a5 · Jan 20, 2024

History

11 Commits
Sep 15, 2023
Dec 3, 2023
Jan 20, 2024
Dec 31, 2023
Sep 9, 2023
Sep 9, 2023
Sep 9, 2023
Sep 15, 2023
Sep 9, 2023
Jan 20, 2024
Jan 20, 2024
Sep 9, 2023
Sep 25, 2023
Sep 25, 2023
Sep 25, 2023

Repository files navigation

Solid Algo Wallets Example

Netlify Status

The Solid Algo Wallets Example provides a working demonstration of a SolidJS web application that integrates Algorand wallets via the solid-algo-wallets library.

The example app utilizes Vite dev tooling, Tailwind CSS styles, and daisyUI components.

This work has been performed with support from the Algorand Foundation xGov Grants Program.

Quick Start

Install Dependencies

npm install
# or
yarn install
# or
pnpm install

Environment Variables

Rename .env.template to .env and provide the variables you want to use.

Important: For WalletConnect v2, you need to obtain a Project ID from WalletConnect Cloud. This is a simple process with no waiting period. Every app needs its own unique Project ID to communicate via WalletConnect.

Run Development Server

In the example directory, run:

npm run dev or npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

Deployment

In the project directory, you can run:

npm run build

This builds the app for production to the dist folder.

It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

You can deploy the dist folder to any static host provider (e.g. Netlify).

About

The Solid Algo Wallets Example provides a working demonstration of a SolidJS web application that integrates Algorand wallets via the solid-algo-wallets library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.8%
  • HTML 11.3%
  • JavaScript 4.0%
  • CSS 2.9%