neo-one
neo-one copied to clipboard
The One for easy, fast, & fun NEO app development.
We can now add a square root API to our smart contract compiler with the new `SQRT` OpCode. I don't know exactly what it would look like though. Maybe not...
### Description of the Change I've added double quotes to the 'mkdir' command on the command-line.json file. Now it works on Windows. ### Test Plan I've run the command `rush...
Look at `AssetDescriptor.cs`. What is it used for? Do we need it? Implement it. Add documentation and tests.
If a contract's deploy method (the constructor) has any required arguments then the `build` command won't work because it doesn't accept any arguments from the user like the `deploy` command...
React Static (https://github.com/react-static/react-static) is hardly maintained anymore and causes all sorts of headaches when trying to maintain/update/build our website. GatsbyJS could be a viable replacement. I have no idea how...
There's nowhere on the N3 website that indicates those docs are for N3. We should make it clear that the website is for N3.
We currently advice in docs and examples and mixins to use the `currentNEOTransfers` API to see when NEO has been sent to a contract. But there's a fatal flaw where...
### Description It would be great if there was a readonly DEAD_WALLET variable. ### Steps to Reproduce If there was a DEAD_WALLET variable, we could use it as null Address....
Currently users can do this with our linked smart contract API but we could make native contract calls way more user friendly be exposing them directly with something like `Native.Ledger.getBlockHash()`....