Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Peyton-Spencer/solidjs-web3-sandbox
Using multichain web3 SDKs in @solidjs/start
https://github.com/Peyton-Spencer/solidjs-web3-sandbox
Last synced: 11 days ago
JSON representation
Using multichain web3 SDKs in @solidjs/start
- Host: GitHub
- URL: https://github.com/Peyton-Spencer/solidjs-web3-sandbox
- Owner: Peyton-Spencer
- Created: 2024-03-25T22:47:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:21:58.000Z (5 months ago)
- Last Synced: 2024-08-01T08:09:44.710Z (3 months ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Peyton-Spencer/solidjs-web3-sandbox - Using multichain web3 SDKs in @solidjs/start (TypeScript)
README
# solidjs-web3-sandbox
## Installation
Add your wallet public key:
```
cp .env.example .env
```Install dependencies:
```
bun install
```## Run
```
bun dev
```Then open http://localhost:3000 in your browser.