I am trying to use the quick node stellar api to connect to stellar, but i keep getting blocked by cors error
My code
const stellarServer = “https://floral-few-spree.stellar-testnet.quiknode.pro/<TOKEN_HERE>”
const server = new SorobanClient.Server(stellarServer);
1 post - 1 participant