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
.env
file & add contents fromexample.env
-- Add your API credentials. - Edit the
src/config.ts
file to add your smart contract & customize the tweet parameters. - Edit
src/app.service.ts
to 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.