zhuowei/nft_ptr

Rewrite it in Rust

chop0 opened this issue · 2 comments

chop0 commented

Whilst C++ is cool and all, these days Rust is really where it's at. Eventually, it would be ideal to move the entire thing to Rust smart pointers, but as a transition, using C++/Rust bindings would be an excellent solution.

chop0 commented

update: nevermind it's already rust

I used Solidity for the smart contracts in this project since it had to run on Ethereum and I wanted to use OpenZeppelin's prebuilt templates, but I'm open to rewriting the smart contracts in Rust for WebAssembly-enabled blockchains.