Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

10/11 

GET  Developers STARTED

Issues for Developers
AssignmentOwnerComments



Issues for Developers

10/8

POC - create 3 metamask addresses with the Platform team - we can transfer from 

...

Meeting Notes: 
Get Specific task:

Budget

Set up Database
Sql Lite



Front end



Solidity
Task 
Open ZepplinHard hat framework
erc721

smart-contract method to mint nft's

while working on the token connector.

-Hardik has the whole contract, working fine, send to group

Solidity Provide

Set up contracts

Token to point to IPFS

The mint function takes the address and token id, normally message.sender mint toa dres of person who called function. Ties back to security, limited addresses for minting? or anyone log in with address?

The project manager will allow registration

Burn mint and check balance, we have every function the erc20 token possesses.  Each has own address or group for donors. Counter for minting (id1, d 2, id3 )counter


Counterpart import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/utils/Counters.sol";

Transaction part


Assignment
Owner
"solidity backend"smart contract to do mintingHardik, Mona
QR CodesScanning and formatted Hardik
Authentication 

set up user authentication (REACT) 

User Authentication - Nodes registration in ff but we don't want users to have that capability. 


DatabaseLow Level, must do but can skip for POC
Forms

Auth. and user input data
1.(register usr  name, donation address) 

2. Nodes - donor info form, Driver form, and recipient 



Donor mints, broadcast, able to supply an address to driver Privately
Front endusing FF we have two request 
  1. can broadcasts to network - working
  2. Private message - working
  3. Donor uploads 
Bobbi will try mock-up of forms needed for data collection and minting
Creation of DatatypeData type, play with API. FF's blockchain network lets you create data type, fill out info about the data type. Every time we make a donation
test runinteract with stack, show screenshots, Hardik, Mona
data typeAsk FF people, reach out to Nicko for good examples JSON typesMona


front end forms - independent orgs. Logins login as one of the three, have to check on the roles 

...