The Wayback Machine - https://web.archive.org/web/20220601230720/https://github.com/topics/nft
Skip to content
#

nft

Here are 2,425 public repositories matching this topic...

unlock
julien51
julien51 commented May 23, 2022

In our codebase, we currently use multiple HTTP client packages: fetch, node-fetch, cross-fetch and axios...
This is adding unnecessary complexity (cognitive load as these API differ slightly), extra build time, heavier bundles... etc.

We should normalize to only use fetch is nos supported by all major browsers and node.js natively (as of 18... which we don't support yet but would

good first issue 💰bounty
joshuahannan
joshuahannan commented Jul 20, 2020

Issue To Be Solved

We have accurate template transactions in the transactions folder but not all of them are included in the lib/go/templates package.

Suggest A Solution

  • Use the go bindata tool and string replacer to get the template from transactions/ and replace the contract names and addresses with the provided arguments, similar to how it is done with `GenerateCreateCo
enhancement good first issue help wanted Improvement
Smart-Contract-Security-Audits

Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Kotlin.

  • Updated Jun 1, 2022
  • Kotlin

Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.

  • Updated Jun 1, 2022
  • Swift
joshuahannan
joshuahannan commented Feb 4, 2021

Issue To Be Solved

We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import and use the correct versions without having to copy and paste.

Suggest A Solution

Create a lib/go/javascript/templates package that does a similar thing to the lib/go/templates package.
It should use the transactions and

enhancement help wanted good first issue
nft-gallery
fubuloubu
fubuloubu commented May 29, 2022

Enumerating all the proxies in a doc would be nice! There are so many. Even if it happens in the doc str of the method, that is fine. Else, we may need contracts.md userguide (in docs/userguides). If you go that route, you don't have to thoroughly create it, just initialize it, add the enumeration, and we will fill it in later with non-relevant details to this PR.

_Originally posted by @unp

category: docs good first issue help wanted size: 2 pieces

Improve this page

Add a description, image, and links to the nft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nft topic, visit your repo's landing page and select "manage topics."

Learn more