NoahMaizels / astroport-bootstrapping

Smart contracts used for the Astroport airdrop, lockdrop and LBA

Home Page:https://astroport.fi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astroport Bootstrapping

This repo contains contracts which facilitate the ASTRO token airdrop, lockdrop and ASTRO-UST LP bootstrapping.

Development

Dependencies

  • Rust v1.44.1+
  • wasm32-unknown-unknown target
  • Docker
  • LocalTerra
  • Node.js v16

Envrionment Setup

  1. Install rustup via https://rustup.rs/

  2. Add wasm32-unknown-unknown target

rustup default stable
rustup target add wasm32-unknown-unknown
  1. Install required Node libraries:
cd scripts
npm install
  1. Deploy on testnet:
export WALLET="<mnemonic seed>"
export LCD_CLIENT_URL="https://bombay-lcd.terra.dev"
export CHAIN_ID="bombay-12"
node --experimental-json-modules --loader ts-node/esm deploy_script.ts

Compile

Make sure the current working directory is set to the root directory of this repository, then run:

cargo build
docker run --rm -v "$(pwd)":/code \
  --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
  --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
  cosmwasm/rust-optimizer:0.11.3

Bug Bounty

The contracts in this repo are included in a bug bounty program.

License

GNU General Public License v3.0

About

Smart contracts used for the Astroport airdrop, lockdrop and LBA

https://astroport.fi/

License:GNU General Public License v3.0


Languages

Language:Rust 77.4%Language:TypeScript 22.5%Language:Shell 0.1%