GithubHelp home page GithubHelp logo

tntbkc / gnosis-tnt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tntbkc/gnosis-subnet

0.0 0.0 0.0 11 KB

Helper repo for deploying gnosis safe contracts on TNT subnet

License: BSD 3-Clause "New" or "Revised" License

Shell 100.00%

gnosis-tnt's Introduction

Gnosis Safe Deployer for Avalanche Subnets

You can use this repository to deploy gnosis safe contracts onto Avalanche subnets.

Disclaimer

This repository is not an official deployment repository endorsed by the Safe Ecosystem Foundation. It is intended for testing and development purposes only. Use at your own risk.

Installation

After cloning this repo, you must install jq. On Ubuntu, run sudo apt install jq.

You also need to install yarn.

Setup

You need to create a .env file with your subnet configuration. You can start by copying .env.example, but you'll need to provide your own values.

You'll need a funded address to deploy the contracts. This address must be derived from a BIP39 mnemonic seed phrase.

MNEMONIC should be the seed phrase of the address you'd like to use for the deployment. ADDRESS should be the mnemonic's address. Finally NODE_URL should be the URL of your subnet's RPC.

Deploying the contracts

After setting up the .env file and installing jq, simply run ./deploy.sh.

Not all contracts will deploy, but that is expected behavior. If you see this output, everything worked as expected:

Verification status for CompatibilityFallbackHandler: SUCCESS
Verification status for CreateCall: SUCCESS
Verification status for DefaultCallbackHandler: SUCCESS
Verification status for GnosisSafe: SUCCESS
Verification status for GnosisSafeL2: SUCCESS
Verification status for GnosisSafeProxyFactory: SUCCESS
Verification status for MultiSend: FAILURE
Verification status for MultiSendCallOnly: SUCCESS
Verification status for SignMessageLib: SUCCESS
Verification status for SimulateTxAccessor: FAILURE

Deployment information, including contract addresses can be found in safe-contracts/deployments/custom.

gnosis-tnt's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.