thencc / algonautjs

A front end friendly Algorand utility
MIT License
10 stars 1 forks source link

add support to create app using application.json file from Beaker smart contracts #88

Open iskysun96 opened 1 year ago

iskysun96 commented 1 year ago

Feature Request:

it seems like the createApp method is only for deploying apps with PyTeal contracts. This requires manually specifying schemas, including TEAL source code.

Can you add support for application.json ABI file and create an application client to deploy Beaker smart contracts?

Reference

spencercap commented 1 year ago

hi @iskysun96 👋

thanks for using our library and asking about this! it's definitely a feature on our roadmap. in addition to adding this to the api, we have in mind to host a registrar of abi compliant contracts which can be audited, upvoted and linked to live app ids on testnet and mainnet.

stay tuned !