Skip to content

Commit

Permalink
Add auto-compound demo (#91)
Browse files Browse the repository at this point in the history
* Add auto-staking demo

* Schedule dynamic dispatch task to auto-compound

* Check if the auto-compound task is already scheduled
  • Loading branch information
imstar15 authored Nov 23, 2023
1 parent f862be6 commit 95a93d3
Show file tree
Hide file tree
Showing 5 changed files with 7,514 additions and 29 deletions.
3 changes: 3 additions & 0 deletions demo/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
};
Loading

0 comments on commit 95a93d3

Please sign in to comment.