#
NEO
NEO is the use of blockchain technology and digital identity to digitize assets, the use of smart contracts for digital assets to be self-managed, to achieve "smart economy" with a distributed network.
Here are 276 public repositories matching this topic...
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
-
Updated
Dec 14, 2018
Python Node and SDK for the NEO 2.x blockchain
-
Updated
Jun 1, 2021 - Python
Security Analysis tool for WebAssembly module (wasm) and Blockchain Smart Contracts (BTC/ETH/NEO/EOS)
security
ethereum
smart-contracts
blockchain
disassembler
webassembly
wasm
neo
control-flow-analysis
eos
security-analysis
evm-bytecode
call-flow-analysis
-
Updated
Nov 16, 2020 - Python
-
Updated
Oct 5, 2020 - C#
-
Updated
Jun 22, 2021 - C#
-
Updated
Jun 23, 2021 - C#
Java/Kotlin/Android Development Toolkit for the Neo Blockchain
android
kotlin
java
scala
blockchain
transaction
kotlin-android
neo
wallet
java-library
scala-android
neo-blockchain
raw-transaction
neo-node
-
Updated
Jun 24, 2021 - Java
Open
DEB package
roman-khimov
commented
Nov 7, 2019
After #326 is done we can make a Debian package. Make sure to add a man page for neo-go to comply with Debian policy.
Personal blockchain for NEO dApp development!
-
Updated
Sep 22, 2019 - Python
Build Java applications with the application programming model on SAP Cloud Platform.
-
Updated
Dec 28, 2020
-
Updated
Jun 21, 2021 - JavaScript
区块链、交易所、币种、自媒体、高频交易策略
-
Updated
Nov 30, 2020
-
Updated
Jun 26, 2021 - C#
Smart contract framework for the NEO smart economy written in the Go programming language.
-
Updated
Aug 27, 2019 - Go
Created by Hongfei Da, Erik Zhang
Released July 15, 2016
- Organization
- neo-project
- Website
- www.neo.org
- Wikipedia
- Wikipedia


Map stack items now have a max key size. We need to make sure that anywhere that we set key-value pairs in map stack items the key has to be sliced if it's too large. And then all key lookups need to slice the key the same way before doing the lookup. This is handled by the
SliceKeyHelperand may have even been done everywhere. But this issue is to check to make sure it's implemented correctly a