Solnet icon indicating copy to clipboard operation
Solnet copied to clipboard

Pushing smart contract to solana

Open Neo-vortex opened this issue 2 years ago • 2 comments

Imagine a compiled smart contract is in hand. (compiled with cargo build-bpf) how to push it to solana network using solnet ?

Neo-vortex avatar Mar 18 '22 10:03 Neo-vortex

I don't think it makes much sense to push it using Solnet considering the solana-cli already has the tools to do this.. Anyway, it doesn't seem like we have the Upload/Upgrade instructions from the BPF Loader implemented which you'd need to upload the compiled program binaries into the network.

hoakbuilds avatar Mar 18 '22 14:03 hoakbuilds

Actually it is much needed as we are developing a Block-chain based store to manage smart contracts. I will try to implement it and open a PR

Neo-vortex avatar Mar 19 '22 08:03 Neo-vortex