File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Core libraries for interacting with Ethereum data
5
5
6
- - eth-core: Core types and functions (e.g. bytestring operations, encodings, crypto, etc)
7
- - web3: Web3 client API for interacting with an ethereum node
8
- - web3-generator: Generate purescript FFI for your solidity smart contracts
9
- - solc: Wrapper for the solidity compiler (mostly for internal use in chanterelle)
10
- - chanterelle: A CLI for deploying, managing, and testing smart contracts on Ethereum
6
+ - ` eth-core ` : Core types and functions (e.g. bytestring operations, encodings, crypto, etc)
7
+ - ` web3 ` : Web3 client API for interacting with an ethereum node
8
+ - ` web3-generator ` : Generate purescript FFI for your solidity smart contracts
9
+ - ` solc ` : Wrapper for the solidity compiler (mostly for internal use in chanterelle)
10
+ - ` chanterelle ` : A CLI for deploying, managing, and testing smart contracts on Ethereum
11
11
12
12
13
13
### Previous work
You can’t perform that action at this time.
0 commit comments