rsksmart / rif-identity-manager

Manage your identity, assets, credentials, storage and reputation in a single platform!
https://identity.rifos.org/
MIT License
1 stars 5 forks source link

Add Identity Balance section #12

Closed jessgusclark closed 4 years ago

jessgusclark commented 4 years ago

Defaults to pulling in RIF on Mainnet and Testnet. No defaults for ethereum or local.

Allows the user to insert the contract address of an ERC20 or ERC721 token to track. Address is saved into local storage. For testing, here is the DoC contract addresses:

jessgusclark commented 4 years ago

@ilanolkies Added a new commit to refactor the tokens. Fixes the issue above with erc721 non-tokens and simplifies the code quite a bit. Thanks!