This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Description
I am using the template provided below :
https://github.com/CityOfZion/neo-boa/blob/master/boa_test/example/demo/NEP5.py
And neo-local , to create and deploy locally an NEP-5 token.
The process of build and deploy using the related commands runs successfully .
However the INVOKE command doesn't !
The command 'show contracts all' doesn't list this smart contract , but it shows my other non NEP-5 smart contracts.
I cannot find my contract using its hash.
The command 'show assets all' doesn't show my token either.
I can only test its functionality using build_run command, and it works.
Any help would be appreciated.