prism-go is a Go project for prism.
This project uses Go bindings created in prism-sol.
If you update solidity codes, you should copy the Go bindings of updated codes to sol
directory.
Test codes should be placed in sol
directory with _test
suffixed to the filename.
You can run test with following command.
make test