Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidanaden/solid-coinhall-challenge
Coinhall frontend challenge built with SolidJS, Vite, TailwindCSS, Terra.js
https://github.com/aidanaden/solid-coinhall-challenge
Last synced: about 1 month ago
JSON representation
Coinhall frontend challenge built with SolidJS, Vite, TailwindCSS, Terra.js
- Host: GitHub
- URL: https://github.com/aidanaden/solid-coinhall-challenge
- Owner: aidanaden
- Created: 2022-04-03T20:37:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T13:14:27.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:00:07.179Z (8 months ago)
- Language: TypeScript
- Homepage: solid-coinhall-challenge.vercel.app
- Size: 482 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This template is
This is an example of performing basic Connect, Tx, and Query in the Web App using [wallet-provider](https://www.npmjs.com/package/@terra-money/wallet-provider).
# Preview this template on the CodeSandbox
# How to use this template
```sh
npx terra-templates get wallet-provider:vite your-app-name
cd your-app-name
npm install
npm start
```# ⚠️ Please note
Vite.js provides more overwhelming Build / HMR speeds than Webpack (and tools such as CRA based on Webpack).
However, many libraries in block-chain, including terra.js, rely on webpack's node polyfill, which will create many self-solving problems in your development based on Vite.js.
This template provides basic polyfill settings for using terra.js. However, it will not be perfect and some problems may require a great deal of cost and effort to solve.