ethpm 0.1.0-alpha.3

Rust library for EthPM package manifest and registry operations
Documentation
1
2
3
4
5
6
7
8
9
use ethpm;
use web3;

#[test]
fn test_web3() {
    // Load a package and use it to create a Web3 Contract
}

// TODO Other intended use cases using Web3