project-serum / serum-js

JavaScript client library for interacting with the Project Serum DEX.
82 stars 33 forks source link

Abstract away the Solana primitives #10

Closed leofisG closed 3 years ago

leofisG commented 4 years ago

Currently, the serum-js library still requires the developers to know the abstraction from @solana/web3.js, specifically Account, Connection and PublicKey.

However, it will be nicer if the developer doesn't need to know about these primitives and only interact with serum-js. And I think this should be quite easy to abstract away.

armaniferrante commented 3 years ago

This repository has moved to https://github.com/project-serum/serum-ts/tree/master/packages/serum. Please migrate this issue over, if desired.