paltalabs / create-soroban-dapp

Boilerplate for Soroban dApps in ReactJS
https://create-soroban-dapp.vercel.app
Apache License 2.0
7 stars 13 forks source link

chore: add funded accounts #24

Closed RajeshRk18 closed 5 hours ago

RajeshRk18 commented 1 week ago

Resolves #18

I have currently added getfundedaccounts in the EnvConfig class itself. I thought it will be easy. Let me know if it needs to be moved to separate file

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create-soroban-dapp ❌ Failed (Inspect) Jul 4, 2024 5:58pm
create-soroban-dapp-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2024 5:58pm
chopan123 commented 1 week ago

mmm I don't like the idea of making an asynchronous call everytime I need load config... I prefer separated file

RajeshRk18 commented 6 days ago

@chopan123 can you check if it is fine now? Accounts are created when deploying contracts