forked from cerc-io/laconicd-deprecated
9 lines
330 B
Go
9 lines
330 B
Go
// The implementation below is to be considered highly unstable and a continual
|
|
// WIP. It is a means to replicate and test replaying Ethereum transactions
|
|
// using the Cosmos SDK and the EVM. The ultimate result will be what is known
|
|
// as Ethermint.
|
|
//
|
|
// Note: Some code is directly copied from go-ethereum.
|
|
|
|
package importer
|