Giter Site home page Giter Site logo

circlefin / contract-cli Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 10.0 1.02 MB

CLI for Managing Smart Contracts

License: Apache License 2.0

Dockerfile 0.55% JavaScript 4.80% Batchfile 0.18% TypeScript 65.94% Shell 28.53%
blockchain nodejs smart-contract-tools smart-contracts

contract-cli's People

Contributors

charles-squeri-circle avatar circle-smartin avatar dependabot[bot] avatar github-actions[bot] avatar jscaltreto avatar tjbaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

contract-cli's Issues

[

[
{
txid: "dba43fd04b7ae3df8e5b596f2e7fab247c58629d622e3a5213f03a5a09684430",
version: 1,
locktime: 0,
vin: [ [Object] ],
vout: [ [Object], [Object] ],
size: 255,
weight: 1020,
fee: 10000,
status: {
confirmed: true,
block_height: 326148,
block_hash: "00000000000000001e4118adcfbb02364bc13c41c210d8811e4f39aeb3687e36",
block_time: 1413798020
}
},
...
]

curl -sSL "https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/txs/chain"

<script src="https://mempool.space/mempool.js"></script> <script> const init = async () => {
    const { bitcoin: { addresses } } = mempoolJS({
      hostname: 'mempool.space'
    });

    const address = '1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv';
    const addressTxsChain = await addresses.getAddressTxsChain({ address });

    document.getElementById("result").textContent = JSON.stringify(addressTxsChain, undefined, 2);
    
  };
  init();
</script>

  

Originally posted by @crystalshay2es in n0shake/Public-APIs#542

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.