@arcblock/forge-proto

Static modules generated from forge-sdk protobuf files

Usage no npm install needed!

<script type="module">
  import arcblockForgeProto from 'https://cdn.skypack.dev/@arcblock/forge-proto';
</script>

README

forge-proto

styled with prettier docs Gitter

Javascript modules generated using protoc from ForgeSDK protobuf

Table of Contents

Install

npm install @arcblock/forge-proto
// or
yarn add @arcblock/forge-proto

Usage

const { fromTypeUrl, toTypeUrl, getMessageType, enums } = require('@arcblock/forge-proto');

console.log(fromTypeUrl('fg:t:stake'));   // StakeTx
console.log(toTypeUrl('StakeTx'));        // fg:t:stake

const { fields, fn: Message } = getMessageType('RequestCreateTx');
const message = new Message({
  from: 'abc',
});

Documentation

For full documentation, checkout https://forge-js.netlify.com

Contributors

Name Website
wangshijun https://www.arcblock.io