Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Savjee/SavjeeCoin
/ main.js
File
main.js
src/main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ Blockchain, Transaction } = require(
'./blockchain'
);
3
const
EC = require(
'elliptic'
).ec;
4
const
ec =
new
EC(
'secp256k1'
);
Callers
nothing calls this directly
Calls
5
minePendingTransactions
Method · 0.80
sign
Method · 0.80
addTransaction
Method · 0.80
getBalanceOfAddress
Method · 0.80
isChainValid
Method · 0.80
Tested by
no test coverage detected