bridge

package module
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2021 License: MIT Imports: 0 Imported by: 0

README

Madnet/Bridge

This repository contains all solidity smart contracts used by the MadNet.

Requirements

Dapp tools

To build and deploy the contracts, we use a command line tool called dapp tools. Check the official dapptools documentation for instructions on how to install it.

Note: You will need to install Nix in order to install the dapp tools.

Fetch all the required git submodules

Before, building, deploying or testing the smart-contracts, you will need to fetch all the git submodules required by this project. In order to download all the required submodules, run the following command on the terminal at the root of this repository:

git submodule update --init --recursive

Building, deploying and testing the smart contracts contracts

To build the contracts run:

make all

To deploy the smart contracts, run:

make deploy

To run all the tests:

make test

To clean the build artifacts, just run:

make clean

Useful Resources

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Config

func Config() string

Config returns a useless string, but usefully it sets the package

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL