I am writing a client side application using the solana-sdk to create/sign transaction in a no-std environment. Since a lot a dependencies in the solana sdk and/or the dependencies of dependencies and so on use "std" features, I am unable to use the solana-sdk. Is there an easy way to get around this problem? Is there an easy way to use the solana-sdk in a no-std
↧