planetarium / lib9c-wasm

The experimental project to port Lib9c into JavaScript environment through WASM. Build your Nine Chronicles network transaction in your local at once.
https://planetarium.github.io/lib9c-wasm/
GNU General Public License v3.0
5 stars 2 forks source link

Support Deno #9

Closed moreal closed 1 year ago

moreal commented 1 year ago

It seems just work... 🤔

import { boot, stake } from "npm:@planetarium/lib9c-wasm";

await boot();

console.log(stake({
    amount: "1000",
}));