npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

sym-tools

v0.1.6

Published

Provides the ability to compose SymVerse's Transaction and SCT20/21/22 Methods in Node and Web development environments.

Downloads

6

Readme

sym-tools

Node와 Web 환경에서 SymVerse의 Transaction 작성과 SCT20/21/22 Method를 작성하는 기능을 제공합니다.

개요

Node 및 Web 환경에서 사용할 수 있는 SDK입니다. Node 환경과 Web 환경에서 사전에 준비해야하는 작업이 있으므로 아래 내용을 참고하여 주세요.

설치방법

NPM 설치 패키지 매니저를 통해 설치합니다.

npm install sym-tools

사용방법

Node 환경

Node 환경에서는 dart-sdk가 필요합니다. Get the Dart SDK을 참고하여 dart-sdk를 설치한 후, dart 커맨드를 사용할 수 있도록 환경변수를 설정합니다.

export PATH="$PATH:/path/to/dart-sdk/bin"

Web 환경

Web 환경에서는 sym-tools.js가 필요합니다. 아래 소스를 HTML 파일에 추가합니다.

<script src="https://download.symverse.com/sym-tools-js/sym_tools.js"></script>

사용예제

const symTools = require('@sym/tools');

var result = symTools.transaction.composeSendTransaction(
  "0x00032dd1fa260e2a0002",
  "0xbd",
  "0x174876e800",
  "0x11e68",
  "0xaca4414a37d7a6dc43e5",
  "0x0",
  "0xd71501d48a000232c721024cdd0002880de0b6b3a7640000",
  "0x1",
  "0x0002537dc9a64d350002",
  "0x"
);

console.log(result);

API 참고

라이센스

Apache-2.0

MIT

참고

Symverse Sallt