Skip to content

gabrielcabralbfr/nft-wallet

Repository files navigation

Running with docker compose

at root directory, run

 docker-compose up

Running manually

First, you should be running Redis.

Then, you should configure Redis on app.module.ts

socket: {
          host: 'localhost',
          port: 6379,
        }

at root directory, run

npm install 

after installing dependencies, run

 npm start 

Check if it's running

curl \
  -H 'Content-Type: application/json' \
  -X GET \
  http://localhost:3000

About

web3 wrapper using NestJS to reach solana network to get NFTs from a given wallet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors