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

Add funded accounts to setup #18

Closed chopan123 closed 6 hours ago

chopan123 commented 2 weeks ago

ODHack

This issue is part of ODHack:

Description

Create a script to create ten funded accounts that will be executed when starting the project, on standalone.

Also, create a function called getFundedAccounts to get those funded on .ts file.

Deploy script should take the accounts[0] as the admin account.

Acceptance Criteria

Accounts should be retrievable by calling the function getFundedAccounts

Note

describe the structure of files (where and with which names will be saved) in a comment to be assigned to this issue

RajeshRk18 commented 2 weeks ago

Hey @chopan123! Here is how I will go about resolving this issue;

jedstroke commented 2 weeks ago

GM @chopan123, here's my portfolio: https://www.jedshock.com/. I hope I am deem fit enough to tackle on this issue?