Skip to content

agoric-labs/hardened-nft-example

Repository files navigation

Bug Report

Set up this environment

See git commit history on how to recreate this environment

Reproduce steps

  • yarn && yarn dev
  • navigate to the url in the output of yarn dev
  • Observe below error

Error observed

Stack trace in browser

Server Error
ReferenceError: exports is not defined
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
Object
node_modules/next/dist/pages/_document.js (2:0)
eval
file:///Users/luqi/github/Agoric/hardened-nft-example/node_modules/ses/src/make-evaluate.js (92:27)
./node_modules/next/dist/pages/_document.js
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/vendor-chunks/next.js (152:1)
__webpack_require__
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/webpack-runtime.js (33:42)
__webpack_exec__
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js (52:39)
<unknown>
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js (53:83)
__webpack_require__.X
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/webpack-runtime.js (185:21)
<unknown>
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js (53:47)
Object.<anonymous>
file:///Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js (56:3)

Console Logs

yarn run v1.22.21
$ next dev
  ▲ Next.js 13.5.6
  - Local:        http://localhost:3000

 ✓ Ready in 1335ms
 ✓ Compiled / in 1578ms (2927 modules)
Removing unpermitted intrinsics
  Removing intrinsics.%SharedSymbol%.observable
 ⨯ [ReferenceError: __webpack_require__ is not defined
  at Object.eval (webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F&preferredRegion=&absolutePagePath=.%2Fpages%2Findex.tsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!:1:1)
  at eval (eval at makeEvaluate (file:///Users/luqi/github/Agoric/hardened-nft-example/node_modules/ses/src/make-evaluate.js:92:27), <anonymous>:12:22)
  at ./node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F&preferredRegion=&absolutePagePath=.%2Fpages%2Findex.tsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D! (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/index.js:22:1)
  at __webpack_require__ (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/webpack-runtime.js:33:42)
  at __webpack_exec__ (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/index.js:493:39)
  at /Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/index.js:494:114
  at __webpack_require__.X (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/webpack-runtime.js:185:21)
  at /Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/index.js:494:47
  at Object.<anonymous> (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/index.js:497:3)] {
  page: '/'
}
 ✓ Compiled /_error in 2.7s (2929 modules)
[ReferenceError: exports is not defined
  at Object.eval (webpack-internal:///./node_modules/next/dist/pages/_document.js:2:23)
  at eval (eval at makeEvaluate (file:///Users/luqi/github/Agoric/hardened-nft-example/node_modules/ses/src/make-evaluate.js:92:27), <anonymous>:12:22)
  at ./node_modules/next/dist/pages/_document.js (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/vendor-chunks/next.js:152:1)
  at __webpack_require__ (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/webpack-runtime.js:33:42)
  at __webpack_exec__ (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js:52:39)
  at /Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js:53:83
  at __webpack_require__.X (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/webpack-runtime.js:185:21)
  at /Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js:53:47
  at Object.<anonymous> (/Users/luqi/github/Agoric/hardened-nft-example/.next/server/pages/_document.js:56:3)]

This is a Cosmos App project bootstrapped with create-cosmos-app.

Getting Started

First, install the packages and run the development server:

yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

Chain Registry

The npm package for the Official Cosmos chain registry. Get chain and token data for you application.

Cosmology Videos

Checkout more videos for how to use various frontend tooling in the Cosmos!

Cosmos Kit

A wallet connector for the Cosmos ⚛️

Telescope

A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.

🎥 Checkout the Telescope video playlist to learn how to use telescope!

CosmWasm TS Codegen

The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.

🎥 Checkout the CosmWasm/ts-codegen video playlist to learn how to use ts-codegen!

Learn More about Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Related

Checkout these related projects:

  • @cosmology/telescope Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
  • @cosmwasm/ts-codegen Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
  • chain-registry Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
  • cosmos-kit Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
  • create-cosmos-app Set up a modern Cosmos app by running one command.
  • interchain-ui The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
  • starship Unified Testing and Development for the Interchain.

Credits

🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️

Disclaimer

AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages