mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-04-29 15:37:58 +00:00
Blank contract.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const HotPocket = require("hotpocket-nodejs-contract");
|
||||
|
||||
const _projname_ = async (ctx) => {
|
||||
// Your smart contract logic.
|
||||
console.log('Blank contract');
|
||||
}
|
||||
|
||||
const hpc = new HotPocket.Contract();
|
||||
hpc.init(_projname_);
|
||||
Reference in New Issue
Block a user