@upchain/api-client
v0.0.9
Published
A client library to talk to the upchain api
Downloads
2
Readme
upchain-api-client
A client library to talk to the Upchain api. The API currently supports deployment of smart contracts on the ethereum blockchain.
The Upchain API is documented here http://docs.upchain.io
Dependencies
You need to have
nodejs
andnpm
installedsolc
binary (the solidity compiler, cf. http://solidity.readthedocs.io/en/develop/installing-solidity.html#binary-packages)
Installation
npm install -g @upchain/api-client
Usage
upchain -i
Limitations
Currently, contracts making use of solidity's import
statement cannot be compiled. Please put all your contracts that form an inheritance chain inside one file.