Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.