Skip to content
newton
Go to file
Code

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
cmd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eth
 
 
 
 
 
 
 
 
 
 
 
 
 
 
les
 
 
 
 
log
 
 
 
 
 
 
 
 
 
 
p2p
 
 
 
 
rlp
 
 
rpc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NewChain

NewChain is based on Official golang implementation of the Ethereum protocol.

NewChain made the following changes:

  • In order to better integrate NewIoT technology, modify the signature algorithm from secp256-k1 to secp256-r1
  • In order to support higher GasPrice settings, modify some of the limiting parameters, including maxPrice and SuggestPrice
  • The consensus algorithm uses PoA, and the block interval is 3 seconds

Refer to NewChain Deploy to run your node.

You can’t perform that action at this time.