Integrate Trust wallet into your NextJS app
Run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
First, Build project
npm run buildThen, run it
npm run startOpen http://localhost:3000 with your browser to see the result.