Giter Site home page Giter Site logo

covalenthq / goldrush-kit Goto Github PK

View Code? Open in Web Editor NEW
80.0 80.0 38.0 3.09 MB

Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.

Home Page: https://goldrush-kit.vercel.app/

License: Apache License 2.0

JavaScript 0.25% TypeScript 99.62% CSS 0.13%
blockchain blockchain-data blockchain-data-access blockchain-transactions blockexplorer cryptocurrency dapps-development frontend nft-gallery web3

goldrush-kit's People

Contributors

davidzhangg avatar dennayz avatar dependabot[bot] avatar gane5h avatar jagnani73 avatar jaypozo avatar karanpargal avatar nguyenlejoe avatar pranavpandey1998official avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

goldrush-kit's Issues

Usage in React-Native

I'm trying to add the goldrush kit to a react-native projects and getting the following error: Metro has encountered an error: While trying to resolve module @covalenthq/goldrush-kit from file /Users/.../frontend/pages/wallet/ViewWallet.tsx, the package /Users/.../node_modules/@covalenthq/goldrush-kit/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/.../node_modules/@covalenthq/goldrush-kit/dist/goldrush-kit.umd.cjs. Indeed, none of these files exist:

  • /Users/.../node_modules/@covalenthq/goldrush-kit/dist/goldrush-kit.umd.cjs(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.jsx|.native.jsx|.jsx|.ios.js|.native.js|.js|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.cjs|.native.cjs|.cjs)
  • /Users/.../node_modules/@covalenthq/goldrush-kit/dist/goldrush-kit.umd.cjs/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.jsx|.native.jsx|.jsx|.ios.js|.native.js|.js|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.cjs|.native.cjs|.cjs): /Users/.../node_modules/metro/src/node-haste/DependencyGraph.js (289:17)

287 | }
288 | if (error instanceof InvalidPackageError) {

289 | throw new PackageResolutionError({
| ^
290 | packageError: error,
291 | originModulePath: from,
292 | targetModuleName: to,

RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
0x0

Click events on NFT wallet view

Right now, I don't a way to register click events on the NFT wallet component without actually modifying the component code. Am I reading this right?

If I wanted to add click event support and have the change merged back, does the team have any strong opinions on how this should be implemented?

State change causing API fetch

Whenever you update any state on the page (like dark mode on the project example) or any other state variable, an new API Fetch call is made.

Unable to use Covalent SDK in React Native


Metro has encountered an error: While trying to resolve module `@covalenthq/client-sdk` from file `/Users/blocktheory/Desktop/projects/rnative/mpc/utils/api/covalentService/index.ts`, the package `/Users/blocktheory/Desktop/projects/rnative/mpc/node_modules/@covalenthq/client-sdk/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/blocktheory/Desktop/projects/rnative/mpc/node_modules/@covalenthq/client-sdk/index`. Indeed, none of these files exist:

  * /Users/blocktheory/Desktop/projects/rnative/mpc/node_modules/@covalenthq/client-sdk/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css)
  * /Users/blocktheory/Desktop/projects/rnative/mpc/node_modules/@covalenthq/client-sdk/index/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css): /Users/blocktheory/Desktop/projects/rnative/mpc/node_modules/metro/src/node-haste/DependencyGraph.js (289:17)

  287 |         }
  288 |         if (error instanceof InvalidPackageError) {
> 289 |           throw new PackageResolutionError({
      |                 ^
  290 |             packageError: error,
  291 |             originModulePath: from,
  292 |             targetModuleName: to,

RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
0x0

Version :
"@covalenthq/client-sdk": "^0.7.0",

Screenshot 2023-12-18 at 5 12 14 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.