Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 397 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 397 Bytes

mint-arc19

Get Started

Install dependencies

$ npm install

Setup environment

$ 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

npm run start