Skip to content

oreoslabs/ironfish-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a Rust wrapper for creating Ironfish accounts and transactions to be converted into WASM. For developers, navigate to index.html for how it works.

To Compile WASM

npm install
npm run build

This will generate a ironfish_wasm/pkg folder that you can import in js files elsewhere in the repository with the following (choose either as appropriate):

  import init, {
  generateKey,
  initialize_sapling,
  WasmNoteEncrypted,
  WasmTransaction,
  WasmNote,
  WasmProof,
  WasmEphemeralKeyPair,
} from "ironfish_wasm";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published