Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@evolutionland/evolution-js

Package Overview
Dependencies
Maintainers
3
Versions
204
Alerts
File Explorer

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.

  • 1.12.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
76
decreased by-44.93%
Maintainers
3
Weekly downloads
 
Created
Source

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();

    await evo.createWeb3js()

    // await evo.createTronweb()
    // await evo.createEvolutionLand('tron', 'main');

    // await evo.createEvolutionLand('crab', 'pangolin');
    // const evolandInstance = evo.crabEvoland
    
    await evo.createEvolutionLand('ethereum', 'ropsten');
    const evolandInstance = evo.ethEvoland

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

FAQs

Package last updated on 08 Mar 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc