neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use super::*;

mod contract_management;
mod crypto;
mod dispatch;
mod gas;
mod ledger;
mod neo;
mod notary;
mod oracle;
mod policy;
mod role_management;
mod stdlib;
mod treasury;