You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up from #4: Perhaps we want to add a UI component that imports all files in src/contracts and lists all the methods for each contract. Or, instead of importing the files from src/contracts we can use the two example contracts that are already imported in index.astro (core and status_message), and print out the methods available on those two contract.
The text was updated successfully, but these errors were encountered:
Following up from #4: Perhaps we want to add a UI component that imports all files in src/contracts and lists all the methods for each contract. Or, instead of importing the files from
src/contracts
we can use the two example contracts that are already imported inindex.astro
(core and status_message), and print out the methods available on those two contract.The text was updated successfully, but these errors were encountered: