Skip to content

replace ethers with viem, add wagmi, working ui #9

replace ethers with viem, add wagmi, working ui

replace ethers with viem, add wagmi, working ui #9

Workflow file for this run

name: Test & Build
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: yarn start:ethereum > /dev/null &
- run: sleep 5
- run: yarn start
- run: yarn test