Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielkuettel committed Apr 20, 2022
1 parent 0b554b8 commit a417345
Show file tree
Hide file tree
Showing 8 changed files with 1,833 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
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
```
3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import mint from "./src/mint";

mint();
Loading

0 comments on commit a417345

Please sign in to comment.