A Swags Minter - React example of integrating Niftron sdk for a Blockchain based decentralized app.
Clone the repository
git clone https://github.com/Niftron/niftron-react-example.git
cd niftron-react-example
npm install
Configure the Niftron sdk using your project key and dev console developer secret Key obtained from https://console.niftron.com/credentials. Create a .env file with the below variables.
REACT_APP_PROJECT_KEY=|--------- Project Key -----------|
REACT_APP_DEV_SECRET_KEY=|--------- Developer Secret Key -----------|npm run start