Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 439 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 439 Bytes

Dai.js example

This example shows how to integrate Dai.js in Next.js. For more info about Dai.js you can visit here.

How to use

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Building for a IPFS deployment

npm run build-ipfs
npm run export
# or
yarn build-ipfs
yarn export

Add output directory to ipfs

ipfs add -r out