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
First Prize: 50,000.00 Choice | Silver Badge
Second Prize: 25,000.00 Choice | Bronze Badge
Contributions: Fully Working Code 5,000 Choice| Bronze Badge
Deadline: February 18th, 7:00PM PT
The purpose of this bash is to :
Generate an account wallet
Import an existing wallet using mnemonic passphrase
Connect with either my algo wallet and algosigner
After generating a wallet/ importing a wallet/ connecting with algosigner or my algowallet then show a dashboard with account details showing both algo balance and $choice balance in a page
The logic is similar to this:
1 - Overview
creating address + other options.
2 - Import
Importing existing wallet address.
3 - Account Connection
Connecting with my algo wallet to get wallet address.
4 - Account Connection
Connecting with algosigner to get wallet address.
5 - Dashboard
In this case algoland is the platform name, you can name yours anything. you can also add $choice balance instead of just algo balance
Requirements
The program must be submitted as a pull request in the Silver Bash folder, in the voting repository.
All files submitted must be aggregated in one folder with the title: [UserName]_OSS_account_Bash, such as samuel_OSS-account_Bash.
The PR should be titled [UserName]_OSS-acount_Bash.
The pull request for the program must be made before the task Deadline.
The program must be run on the Algorand TestNet.
Any TestNet Algo or Choice Asset ID may be used in the program.
The program should include a ReadMe file with the problem, solution, description, and run steps.(a video or hosted link would be good also)
As few scripts and files as possible should be used.
Additional Information
Winners will be selected based on clarity, simplicity, functionality, and design.
For more questions or comments, please ask in Discord
Resources
with this resources, you can do the task by following some of the key functionalities
Details
First Prize: 50,000.00 Choice | Silver Badge
Second Prize: 25,000.00 Choice | Bronze Badge
Contributions: Fully Working Code 5,000 Choice| Bronze Badge
Deadline: February 18th, 7:00PM PT
The purpose of this bash is to :
The logic is similar to this:
1 - Overview
creating address + other options.
2 - Import
Importing existing wallet address.
3 - Account Connection
Connecting with my algo wallet to get wallet address.
4 - Account Connection
Connecting with algosigner to get wallet address.
5 - Dashboard
In this case
algoland
is the platform name, you can name yours anything. you can also add$choice
balance instead of justalgo
balanceRequirements
The program must be submitted as a pull request in the Silver Bash folder, in the voting repository.
All files submitted must be aggregated in one folder with the title: [UserName]_OSS_account_Bash, such as samuel_OSS-account_Bash.
The PR should be titled [UserName]_OSS-acount_Bash.
The pull request for the program must be made before the task Deadline.
The program must be run on the Algorand TestNet.
Any TestNet Algo or Choice Asset ID may be used in the program.
The program should include a ReadMe file with the problem, solution, description, and run steps.(a video or hosted link would be good also)
As few scripts and files as possible should be used.
Additional Information
Winners will be selected based on clarity, simplicity, functionality, and design.
For more questions or comments, please ask in Discord
Resources
with this resources, you can do the task by following some of the key functionalities
js algorandsdk
algorand dev blog
you can also refer to these publications for mmemonic key and checking choice balance.
javascript
Python
The text was updated successfully, but these errors were encountered: