neowolves/contract
2024-01-05 18:17:56 +03:00
..
config.yml feat(contract): add README with config 2024-01-05 18:17:56 +03:00
go.mod feat(contract): init and implement create with get 2024-01-05 17:44:00 +03:00
go.sum feat(contract): init and implement create with get 2024-01-05 17:44:00 +03:00
passtorage.go feat(contract): init and implement create with get 2024-01-05 17:44:00 +03:00
README.md feat(contract): add README with config 2024-01-05 18:17:56 +03:00

Как скомпилить

neo-go contract compile -i passtorage.go -c config.yml -m manifest.json

Как сгенерить обёртку

neo-go contract generate-rpcwrapper -m manifest.json -o wrapper.go Можно добавить хеш скрипта через --hash HASH Потом можете поместить wrapper.go в свой проект и использовать его.