go-fvm-sdk
go-fvm-sdk copied to clipboard
go-fvm-sdk generate wasm to run on fvm from golang code
- [ ] 测试工具输出gas消耗 - [ ] example增加readme,给出每个方法的gas消耗
实现filecoin上的nft https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0053.md
rust implement https://github.com/filecoin-project/ref-fvm/pull/1199
Patch -R https://stackoverflow.com/questions/13189534/how-to-un-patch-a-directory-file-on-linux
proposal [std package module](https://github.com/golang/go/issues/31330) has accept, so we can use replace directive to rewrite std package, and than many user module not need replace. would help much for development.
1. 类型改变 2. 需要考虑数值溢出的情况