solcjs --abi CanonicalTransactionChain.sol
CanonicalTransactionChain.abi created
solcjs --bin CanonicalTransactionChain.sol
CanonicalTransactionChain.bin created
abigen --bin=ICanonicalTransactionChain_sol_ICanonicalTransactionChain.bin --abi=ICanonicalTransactionChain_sol_ICanonicalTransactionChain.abi --pkg=contracts --out=CanonicalTransactionchain.go
CanonicalTransactionchain.go created
solcjs --abi StateCommitmentChain.sol
StateCommitmentChain.abi created
solcjs --bin StateCommitmentChain.sol
StateCommitmentChain.bin created
abigen --bin=IStateCommitmentChain_sol_IStateCommitmentChain.bin --abi=IStateCommitmentChain_sol_IStateCommitmentChain.abi --pkg=contracts --out=StateCommitmentChain.go
StateCommitmentChain.go created
go run event_read.go
- Source "@openzeppelin/contracts/access/Ownable.sol" not found: File not found inside the base path or any of the include paths.
yarn add @openzeppelin/contracts
- can’t find path of specifit contract
solcjs --bin --abi --include-path node_modules/ --base-path . -o ethereum/contracts/build ethereum/contracts/TokenSwap.sol”```