git.delta.rocks / unique-network / refs/commits / 155e1bb08754

difftreelog

Add note about white lists and mint permissions in walk-through document

Greg Zaitsev2020-08-17parent: #8ffacaf.patch.diff
in: master

1 file changed

modifieddoc/hackusama_walk_through.mddiffbeforeafterboth
1496. Now select your "ZERO BALANCE" address in the drop-down list and repeat searching and adding the collection for this address.1496. Now select your "ZERO BALANCE" address in the drop-down list and repeat searching and adding the collection for this address.
1507. Transfer token back to your main address. Observe that despite the zero balance, the transfer is successful.1507. Transfer token back to your main address. Observe that despite the zero balance, the transfer is successful.
151151
152### White Lists and Public Mint Permission
153
154We did not complete these features in time by Hackusama deadline, but because they are important for security of the network, we completed them after the deadline ahyway. They can be seen in branch [feature/white_list](https://github.com/usetech-llc/nft_parachain/tree/feature/white_list). Here are the permalinks to essential functions:
155
156[white_lists](https://github.com/usetech-llc/nft_parachain/blob/b7c59f0085ed2bc1922e937adf68ef4174a8ba36/pallets/nft/src/lib.rs#L659)
157[mint_permission](https://github.com/usetech-llc/nft_parachain/blob/b7c59f0085ed2bc1922e937adf68ef4174a8ba36/pallets/nft/src/lib.rs#L373)
158
152## NFT Wallet159## NFT Wallet
153160
154[Project Description](https://github.com/usetech-llc/apps/blob/master/README.md)161[Project Description](https://github.com/usetech-llc/apps/blob/master/README.md)