New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@evolutionland/evolution-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evolutionland/evolution-js

A javascript library for interact with blockchain(Ethereum、Tron) and Evolution Land.


Version published
Weekly downloads
18
increased by20%
Maintainers
3
Weekly downloads
 
Created

A javascript library for interact with blockchain(Ethereum、Tron) and Evolution Land.

Usage

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
    <title>Document</title>
</head>
<body>
<script src="../dist/evolutionland.min.js"></script>
<script>
    const evo = new Evolution();

    evo.createWeb3js({provider: web3.currentProvider})
    evo.createTronweb({
        fullHost: 'https://api.shasta.trongrid.io',
    })
    
    evo.createEvolutionLand('ethereum', 'kovan')
    evo.createEvolutionLand('tron', 'shasta')

    evo.ethEvoland.buyRing(10000)
</script>
</body>
</html>

FAQs

Package last updated on 08 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts