Tweets real-time NFT sales for ERC721 Smart contracts
In order to use this you’ll need to apply for Elevated access via the Twitter Developer Portal. You can learn more here.
$ npm install- Create
.envfile & add contents fromexample.env-- Add your API credentials. - Edit the
src/config.tsfile to add your smart contract & customize the tweet parameters. - Edit
src/app.service.tsto customize for your use (Experienced users only & not a requirement). - Build & Deploy
npm run build - Feel free to reach out on twitter
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod- Author - Chopper
Created using Nest framework TypeScript starter repository. Nest is MIT licensed.