Here is my deployed contract: TruffleContract { constructor: { [Function: TruffleContract] _static_methods: { setProvider: [Function], new: [Function], at: [Function], deployed: [Function], defaults: [Function], hasNetwork: [Function], isDeployed: [Function], detectNetwork: [Function], setNetwork: [Function], resetAddress: [Function], link: [Function], clone: [Function], addProp: [Function], toJSON: [Function] }, _properties: { contract_name: [Object], abi: [Object], network: [Function], networks: [Function], address: [Object], links: [Function], events: [Function], binary: [Function], unlinked_binary: [Object], schema_version: [Function], updated_at: [Function] }, _property_values: {}, _json: { contract_name: 'System', default_network: undefined, abi: [Object], unlinked_binary: '0x6060604052341561000c57fe5b5b6002805461010060a860020a03191661010033600160a060020a0316021790555b5b61057f8061003e6000396000f300606060405236156100885763ffffffff60e060020a600035041663155dd5ee811461008a57806328fd10d7146100b1578063545d76ef146100df57806358c1fca7146100fb5780637df21f7a146101225780638da5cb5b1461013457806397dffc6114610160578063bf5d50c41461016a578063e831878d1461019f578063f8b2cb4f146101b1575bfe5b341561009257fe5b61009d6004356101df565b604080519115158252519081900360200190f35b34156100b957fe5b6100cd600160a060020a0360043516610285565b60408051918252519081900360200190f35b61009d610297565b604080519115158252519081900360200190f35b341561010357fe5b61009d600435610376565b604080519115158252519081900360200190f35b341561012a57fe5b610132610472565b005b341561013c57fe5b61014461048e565b60408051600160a060020a039092168252519081900360200190f35b6101326104a2565b005b341561017257fe5b610186600160a060020a03600435166104fd565b6040805192835290151560208301528051918290030190f35b34156101a757fe5b610132610519565b005b34156101b957fe5b6100cd600160a060020a0360043516610542565b60408051918252519081900360200190f35b600160a060020a03331660009081526020819052604081205482901061027b576002805460ff19169055604051600160a060020a0333169083156108fc029084906000818181858888f1935050505015610264576002805460ff19166001179055600160a060020a03331660009081526020819052604090208054839003905561026f565b6002805460ff191690555b5060025460ff1661027f565b5060005b5b919050565b60006020819052908152604090205481565b600160a060020a0333166000908152600160208190526040822081015460ff161515141561036e57600160a060020a0333166000908152600160205260409020805434900390819055151561030b57600160a060020a033316600090815260016020819052604090912001805460ff191690555b6002805460ff1916600117905560408051600160a060020a0330811631825233166020820152348183015290517f6fd35d1b6cd68e55a24e529d104fa6abdfa8cd0304a3b5225b49638097e821d89181900360600190a15060025460ff16610372565b5060005b5b90565b600160a060020a03331660009081526001602081905260408220015460ff16151561027b57604051600160a060020a0333169083156108fc029084906000818181858888f1935050505015610264576002805460ff199081166001908117909255600160a060020a033381166000818152602085815260409182902080870180549096169096179094558454870190945583513090921631825291810182905290318183015290517f1c1d473706cc1c7bdd354594c816f5b52fc974e5574911c6206ab4cfffa043a99181900360600190a161026f565b6002805460ff191690555b5060025460ff1661027f565b50600061027f565b5b919050565b600160a060020a0333166000908152602081905260408120555b565b6002546101009004600160a060020a031681565b600160a060020a0333166000818152602081815260409182902080543490810190915582519384529083015280517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9281900390910190a15b565b6001602081905260009182526040909120805491015460ff1682565b600160a060020a0333166000908152600160208190526040822091825501805460ff191690555b565b600160a060020a038116315b9190505600a165627a7a7230582079734ef2d4dbd69f3e1116c781fd7a3e2192fdbcc4e61b2667a932a3bd11504c0029', networks: [Object]I opened truffle console and when I type my contract's name, schema_version: '0 I see a very long message on the console but not sure How do I deploy the contract and find the deployed contract address.0 Kindly advise.5', updated_at: 1498127591776 }, setProvider: [Function: bound ], new: [Function: bound ], at: [Function: bound ], deployed: [Function: bound ], defaults: [Function: bound ], hasNetwork: [Function: bound ], isDeployed: [Function: bound ], detectNetwork: [Function: bound ], setNetwork: [Function: bound ], resetAddress: [Function: bound ], link: [Function: bound ], clone: [Function: bound ], addProp: [Function: bound ], toJSON: [Function: bound ], web3: Web3 { _requestManager: [Object], currentProvider: [Object], eth: [Object], db: [Object], shh: [Object], net: [Object], personal: [Object], bzz: [Object], settings: [Object], version: [Object], providers: [Object], _extend: [Object] }, class_defaults: { from: '0xb44a04bcab16a73060b2c24494244f96ddcf3c60', gas: 4712388, gasPrice: 100000000000 }, currentProvider: { host: 'http://localhost:8545', timeout: 0 }, network_id: '1498127547763' }, abi: [ { constant: false, inputs: [Object], name: 'withdrawFunds', outputs: [Object], payable: false, type: 'function' }, { constant: true, inputs: [Object], name: 'lenders', outputs: [Object], payable: false, type: 'function' }, { constant: false, inputs: [], name: 'pay_debts', outputs: [Object], payable: true, type: 'function' }, { constant: false, inputs: [Object], name: 'borrow_money', outputs: [Object], payable: false, type: 'function' }, { constant: false, inputs: [], name: 'registerLender', outputs: [], payable: false, type: 'function' }, { constant: true, inputs: [], name: 'owner', outputs: [Object], payable: false, type: 'function' }, { constant: false, inputs: [], name: 'lend', outputs: [], payable: true, type: 'function' }, { constant: true, inputs: [Object], name: 'borrowers', outputs: [Object], payable: false, type: 'function' }, { constant: false, inputs: [], name: 'registerBorrower', outputs: [], payable: false, type: 'function' }, { constant: false, inputs: [Object], name: 'getBalance', outputs: [Object], payable: false, type: 'function' }, { inputs: [], payable: false, type: 'constructor' }, { anonymous: false, inputs: [Object], name: 'Deposit', type: 'event' }, { anonymous: false, inputs: [Object], name: 'DebtPaid', type: 'event' }, { anonymous: false, inputs: [Object], name: 'Money_Borrowed', type: 'event' } ], contract: { _eth: Eth { _requestManager: [Object], getBalance: [Object], getStorageAt: [Object], getCode: [Object], getBlock: [Object], getUncle: [Object], getCompilers: [Object], getBlockTransactionCount: [Object], getBlockUncleCount: [Object], getTransaction: [Object], getTransactionFromBlock: [Object], getTransactionReceipt: [Object], getTransactionCount: [Object], call: [Object], estimateGas: [Object], sendRawTransaction: [Object], signTransaction: [Object], sendTransaction: [Object], sign: [Object], compile: [Object], submitWork: [Object], getWork: [Object], coinbase: [Getter], getCoinbase: [Object], mining: [Getter], getMining: [Object], hashrate: [Getter], getHashrate: [Object], syncing: [Getter], getSyncing: [Object], gasPrice: [Getter], getGasPrice: [Object], accounts: [Getter], getAccounts: [Object], blockNumber: [Getter], getBlockNumber: [Object], protocolVersion: [Getter], getProtocolVersion: [Object], iban: [Object], sendIBANTransaction: [Function: bound ] }, transactionHash: null, address: '0xda11ca2684bd18a4e4c6a18fe568ec627c86bd1f', abi: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ], withdrawFunds: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], uint256: [Circular] }, lenders: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], address: [Circular] }, pay_debts: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], '': [Circular] }, borrow_money: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], uint256: [Circular] }, registerLender: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], '': [Circular] }, owner: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], '': [Circular] }, lend: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], '': [Circular] }, borrowers: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], address: [Circular] }, registerBorrower: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], '': [Circular] }, getBalance: { [Function: bound ] request: [Function: bound ], call: [Function: bound ], sendTransaction: [Function: bound ], estimateGas: [Function: bound ], getData: [Function: bound ], address: [Circular] }, allEvents: [Function: bound ], Deposit: { [Function: bound ] 'address,uint256': [Function: bound ] }, DebtPaid: { [Function: bound ] 'uint256,address,uint256': [Function: bound ] }, Money_Borrowed: { [Function: bound ] 'uint256,address,uint256': [Function: bound ] } }, withdrawFunds: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, lenders: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, pay_debts: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, borrow_money: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, registerLender: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, owner: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, lend: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ], estimateGas: [Function] }, borrowers: { [Function] call: [Function], sendTransaction: [Function], request: [Function: bound ],