Skip to content

Commit 78e06c1

Browse files
committed
Add donation tab, testnet faucet instructions
1 parent 571cc65 commit 78e06c1

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
This tool enables users to use new or existing credentials from the Algorand blockchain, on various networks such as (mainnet and testnet) to create Algorand Standard Assets (ASA).
66

7+
<br/>
8+
9+
> Assets that represent many of the same type, like a stablecoin, may be referred to as fungible assets. Single, unique assets are referred to as non-fungible assets.
10+
11+
<br/>
12+
713
## Installation
814

915
Clone the respository
@@ -54,6 +60,8 @@ node createAccounts.js
5460

5561
2). Copy Addresses and Mnenomic keys in a seperate location
5662

63+
3). Add Algo's to each test account via [Test Network Faucet](https://bank.testnet.algorand.network/)
64+
5765
<br />
5866

5967
### Main Network
@@ -72,9 +80,23 @@ node createAccounts.js
7280
},
7381
```
7482

75-
## Contributing
83+
## Debug
84+
85+
Uncomment inside app.js
86+
87+
```bash
88+
// browserWinder.webContents.openDevTools()
89+
```
90+
91+
## Donate
92+
93+
All of this software is open source and meant to improve productivity. Consider funding me!
94+
95+
Algorand: `6Q2GWWMPSTTIM27IRKRQHJHHGOUM5K254ORZORVYR52XKZ7LKEAS2X4IE4`
96+
97+
Bitcoin: `bc1ql0q533mwk5m29l69gh2wtgq0lxcv0f50v5r2qp`
7698

77-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
99+
Ethereum: `0x70B592d81A045e57b849e2b2754630115671b1B7`
78100

79101
Please make sure to update tests as appropriate.
80102

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function createWindow () {
2121
})
2222
);
2323
// Open the DevTools.
24-
browserWinder.webContents.openDevTools()
24+
// browserWinder.webContents.openDevTools()
2525

2626
browserWinder.on('closed', function () {
2727
browserWinder = null

0 commit comments

Comments
 (0)