forked from TxnLab/mint-arc19
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b554b8
commit a417345
Showing
8 changed files
with
1,833 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# mint-arc19 | ||
# mint-arc19 | ||
|
||
## Get Started | ||
|
||
### Install dependencies | ||
```console | ||
$ npm install | ||
``` | ||
|
||
### Setup environment | ||
```console | ||
$ touch .env | ||
``` | ||
|
||
Your `.env` file should look like this: | ||
``` | ||
PINATA_API_KEY="apikey" | ||
PINATA_SECRET_KEY="secretkey" | ||
ALGOD_TOKEN="" | ||
ALGOD_SERVER="https://node.testnet.algoexplorerapi.io" | ||
ALGOD_PORT="" | ||
MNEMONIC="secret mnemonic phrase" | ||
``` | ||
|
||
### Run it | ||
```console | ||
npm run start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import mint from "./src/mint"; | ||
|
||
mint(); |
Oops, something went wrong.