MVP Sucess rules for next week (August 13th 2018)
- A contract
- Deploy on testnet
- Distribution? to people who submitted issue or commented in issues on github? active on the slack also gets rewards?
MVP Sucess rules for next week (August 20th 2018)
- UI to show coin holders balance
Lessons learned
- Metamask would display a balance of 0. we fixed the issue. we learned that when there are 18 decimals, the ERC20 contract behaves like ETH. if you transfer 20. you actually manipulate 20 wei. in order to transfer 20 AC, you have to send 20000000000000000000.
- Adding features to a deployed contract is not easy. but we can use the following pattern https://dappsforbeginners.wordpress.com/tutorials/interactions-between-contracts/
- cant change the contract name. it is not backward compatible.
Subjects for later
- FAUCET contract for TESTNET. distribute 8AC.
- How to make it worthwhile to own?
- Worthwhile because i can show it to employers?
- Worthwhile because i can use it to attend a meetup even if its full??
- What do you do with the coin? trade it for an interview?
- Multisignature?
- Use voting mechanism to add attibutes
- It's a ERC20 Token, Fungible
- Contract 'FixedSupplyToken' available on rinkeby 0x05e710AFeEBE27972e45F75ACA2D16Ec2C698F45 https://rinkeby.etherscan.io/address/0x05e710afeebe27972e45f75aca2d16ec2c698f45
- Contract 'AttendanceCoin_Members' lists holders is available on rinkeby 0xc4911c1323d89369503254cef1d3922cf896ecaa https://rinkeby.etherscan.io/address/0xc4911c1323d89369503254cef1d3922cf896ecaa
- AC faucet is deployed on rinkeby at 0xbec1ad77ab0dca72224f47bb94ee64a610045c79
- At a time, 8 AC will be disbursed. After collecting
8 x 5 = 40 AC
, there will be a cooldown period of 2 days! - source code
- At a time, 8 AC will be disbursed. After collecting
- Founders pool:
- sent 333333333 to 0x8fb092b0c5d80d1f4a1a0ff17d5a638afe24cfce
- sent 333333333 to 0x22323121a5ba2bf4d429d64b83c0ef943d760103
- It's a ERC721 Token, Collectible
- Could help build a leaderboard based on dapps created
- We could implement that. see DelegateCall.com - Fully Blockchain based Q&A. Earn tokens for answering questions.
- Could help build a leaderboard based on dapps created
- Post issues
- Share thoughtfull comments
- Interact with the contract on https://remix.ethereum.org/
- click here to request access https://trello.com/invite/attendancecoin/59709ded0e3b3b30cc6ba057fb568b6a
- https://trello.com/attendancecoin
- http://bit.ly/LinniaProtocolSlack Join #attendance-coin-msg channel