Complete guide to install and run Akula BSC
# Clone via HTTPS
git clone https://github.com/bnb-chain/akula.git
# Or clone via SSH
git clone git@github.com:bnb-chain/akula.git
# Navigate to project directory
cd akula
# Using npm
npm install
# Or using yarn
yarn install
# Or using pnpm
pnpm install
# Using npm
npm run dev
# Or using yarn
yarn dev
# Or using pnpm
pnpm dev
# Build the application
npm run build
# Start production server
npm run start
Deploy with zero configuration:
# Build Docker image
docker build -t akula-bsc .
# Run container
docker run -p 3000:3000 akula-bsc
Default RPC endpoint: https://bsc-rpc.publicnode.com
npx kill-port 3000
# Or use different port
PORT=3001 npm run dev
npm install chart.js react-chartjs-2
The entire code within this repository is licensed under the GNU Affero General Public License v3
Commercial licensing is available. Please contact [email protected] for details.
Need help? Here's how to get support: