Skip to content

A boilerplate contract project to get started with Besu app

Notifications You must be signed in to change notification settings

arbchain/besu-contracts-boilerplate

Repository files navigation

Arbchain contracts

version docs Follow

Contract repo structure:

├── contract
│   ├── SomeContract.sol
├── migration
│   ├── index.js
├── wallet
│   ├── keys.js
├── mirror-config.js

Quick start

$ sudo npm install -g mirror-besu

git clone https://github.com/arbchain/contracts

Test, compile and deploy the contract

Update the migration/index.js with the contracts to be deployed.

# Compile
mirror compile

# Deploy to Besu
mirror deploy

About

A boilerplate contract project to get started with Besu app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published