A comprehensive guide to understanding and building cross-chain infrastructure. Read the book here.
goblinbook serves as a detailed resource for developers interested in cross-chain development, IBC protocols, and blockchain interoperability. The book covers fundamental concepts, advanced implementations, and best practices for building robust cross-chain applications.
- In-depth explanations of cross-chain communication protocols
- Practical examples and code snippets
- Step-by-step tutorials for implementing IBC channels
- Security considerations and best practices
- Performance optimization guidelines
- Real-world use cases and implementations
- Nix package manager
- Basic understanding of blockchain development
- Familiarity with Rust and/or Solidity
- Clone the repository:
git clone https://github.com/unionlabs/goblinbook.git
cd goblinbook
- Enter the Nix development environment:
nix develop
- Start the mdBook server:
mdbook watch . --open
This will launch the book in your default web browser and automatically reload when changes are made.
We welcome contributions from the community! Here's how you can help:
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
Please ensure your contributions:
- Follow the existing style and formatting
- Include appropriate documentation
- Add tests where applicable
- Update the table of contents if necessary
goblinbook/
├── src/
│ ├── SUMMARY.md # Book structure
│ ├── ... # other chapters
├── book.toml # mdBook configuration
├── theme/
└── README.md
To build the book locally:
mdbook build
The output will be available in the book
directory.
- Contributors and reviewers
- Projects and resources that inspired this work
- Supporting organizations and communities