Github repository

Linkback to neferti main page

neferti plans a low-code and highly secure implementation to issue and trade NFTs, in a protocol agnostic way. neferti code will address market place utilities for issuance and trading of NFTs.

Agenda (add as needed):

  1. Get to know each other (answer each of these questions if you can)
    1. Why do you want to volunteer?
    2. Individual volunteers should accept invitations to join hyperledger-labs
    3. Ways of working in github
      1. Commits with Signoffs (DCO)
      2. Maintainers
      3. Members
      4. Other Contributors
    4. What is the vision for neferti?
      1. General philosophy drivers Moxie Marlinspike, Vitalik Buterin and O'Reilly, Wrapped Tokens
      2. Existing code in fabric ERC-721, ERC-1155 and newer standards. Matias Damian Salimbene has started the Fabric 721 porting to go
      3. Smart Contract Generators using a framework: Generators
      4. Identity solutions (Aries, Indy)
      5. Storage solutions (storj, ipfs, private data collections etc.)
      6. Integrating with payments (tokens etc.)
      7. Standards
      8. Decentralize infrastructure (middleware and contact points)
      9. UX / UI - wallets
      10. What can we reuse
      11. Testnet or sandboxes incorporating protocols and middleware.
      12. Interoperability using HL solutions
      13. Security- more than just cryptography
    5. Github wayfinders- and setup
      1. Readme.md
      2. Contributors.md
      3. Maintainers.md
      4. Issues
      5. Folders for docs, design and source with templates

Meeting Minutes

  1. Most people came in because of their interest in NFTs
  2. Matias Damian Salimbene is working on a NFT project- got introduced to Hyperledger through the Architect who is a contributor. He has a port of 721 to go almost ready to go
  3. Bobbi Muscara  TSC member and chair of Learning Materials WG, can help with documentation, spread the word etc. has worked with the Giving chain a successful NFT PoC. Suggested a Working Group, also looking for ways for people to contribute without github license...
  4. Kamlesh Nagware  - CTO-Snappertech- Also experienced in Fabric and working on Fabric. and on NFTs Had cited

    https://github.com/hyperledger/fabric-samples/tree/main/token-erc-721

    https://github.com/hyperledger/fabric-samples/tree/main/token-erc-1155

    https://github.com/hyperledger-labs/fabric-token-sdk


  5. Sandy Aggarwal looking at NFTs from the gaming angle - Adding to schema for gaming assets, how do we expand the standard/data parameters to account for the following.
    1. Mini steps to foster higher degree of trust in NFT trading and interoperability.

  6. Niku Singh student and interested in front-end...
  7. rajesh rln - based in Singapore in Accenture? Interested in open source, and was the main driver behind scheduling the kickstart.
  8. Vipin Bharathan
  9. Andrea Frosinini from TradeFi and brought up Finance NFTs (Bill of Lading, Invoice Factoring)

Meeting Recording

we missed most of the initial interactions in the recording. Please look at the minutes for the initial remarks.

video1314705069.mp4

  • No labels

2 Comments

  1. Any idea which programming language will be used with Neferti. I am examining whether or not I can contribute, but I mostly work in Go these days. 

    1. Go is good. Ultimately we will work in several languages.

      The base framework for ERC 721 is being converted to Go by Matias Damian Salimbene

      The generator itself may be in yeoman framework which is typescript, but it will use Go files (as one example) as a template framework. Mark Rakhmilevich has experience with this in a private enterprise setting (oracle).

      Let us see how this will all hang together.