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

https://github.com/xiaoluoboding/my-first-web3-demo

[WIP] Just for learning Web 3 Tech Stack.
https://github.com/xiaoluoboding/my-first-web3-demo

Last synced: 18 days ago
JSON representation

[WIP] Just for learning Web 3 Tech Stack.

Awesome Lists containing this project

README

          

# Web 3 + Vue 3 Demo

> Just for learning Web 3 Tech Stack.

## Web 3 Setup

### Start the hardhat node

Starts a JSON-RPC server on top of Hardhat Network

```sh
pnpm hh:node
```

### Start the hardhat for Localhost

The network to connect to Localhost Node

```sh
pnpm hh:dev
```

Test the smart contracts

```sh
pnpm hh:test
```

## Front-end Setup

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
pnpm run test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm run lint
```

## License

[MIT](./LICENSE) - [@xiaoluoboding](https://github.com/xiaoluoboding)