Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 699 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 699 Bytes

Block

dApp starter template using Nuxt.

Installation

git clone git@github.com:Nuxify/block.git
cd block/
npm install

Run Locally

npm run dev

Generate Static Pages

npm run build:static
cd dist/
npx serve

Wallets

We use @web3-onboard for wallet connections and management

References:

- GitHub: https://github.com/blocknative/web3-onboard
- Docs: https://onboard.blocknative.com/docs/modules/core
- Adding wallets: https://onboard.blocknative.com/docs/wallets/walletconnect

License

MIT

Contributing

Made with ❤️ at Nuxify