Tyler W.

Results 2 issues of Tyler W.

The following commands are available: ``` create Create a team in an organization list List teams in an organization members List members of a particular team in and organization add...

I'm trying to figure out why the creation cost is set how it is. - https://github.com/ulamlabs/OpenNFT/blob/e5622ce9dab8a80e4662fc0192e86133c2673419/frontend/src/components/cards/AddAssetCard.vue#L151 - https://developer.algorand.org/docs/get-details/dapps/smart-contracts/apps/#minimum-balance-requirement-for-a-smart-contract The [1.508](https://github.com/ulamlabs/OpenNFT/blob/e5622ce9dab8a80e4662fc0192e86133c2673419/frontend/src/services/walletManager.js#L423) amount in particular seems higher than necessary. Any help would...