aleem

@aleem

Joined on Nov 18, 2020

  • subscription.proto message Plan{ uint64 id = 1; cosmos.base.v1beta1.Coin price = 2; Time duration = 3; uint64 deployment_id = 4;
     Like  Bookmark
  • All the setup is based on Ubuntu OS Prerequisites jq sed python3 Passage binary setup Clone passage repository and install binary
     Like  Bookmark
  • All the setup is based on Ubuntu OS Prerequisites jq sed Setup contracts Clone passage marketplace contracts git clone https://github.com/envadiv/passage-contracts.git
     Like  Bookmark
  • Testnet details RPC: https://api.resolute.vitwit.com/passage_testrpc/ REST: https://api.resolute.vitwit.com/passage_testapi/ ChainID: passage-testnet-1 Faucet: http://143.244.137.73:8000/faucet/<address> MetaHuahua NFT Contract address : pasg14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sxwr2um Code ID: 1
     Like  Bookmark
  • Sending tokens from Multisig to new wallet In Keplr wallet create a new hot wallet and save mnemonic seed(We'll need the mnemonic seed for IBC transfers.) Go to https://resolute.vitwit.com/passage-testnet/multisig. Choose Passage Testnet if not selected. Click New multisig. Name the multisig account. Add public keys of multisig members. (You can find each member public key in the account overview page https://resolute.vitwit.com/passage-testnet/overview). Set multisig threshold and click Create. On multisig details page, click create transaction. Choose Single transaction and Send message type.
     Like  Bookmark
  • Paloma setup Clone repo and install git clone https://github.com/palomachain/paloma.git git checkout aleem/fix-ibc export VERSION=v0.11.7 make install Confirm osmosis binary installed $ palomad version v0.11.7
     Like  Bookmark
  • git clone https://github.com/palomachain/paloma.git git checkout v0.11.7 make install palomad init validator --chain-id paloma-1 palomad keys add validator --keyring-backend test palomad keys add key1 --keyring-backend test palomad add-genesis-account validator 1000000000000000000000000ugrain --keyring-backend test palomad add-genesis-account key1 1000000000000000000000000ugrain --keyring-backend test
     Like  Bookmark
  • Cosmos SDK and CometBFT https://github.com/cosmos/cosmos-sdk https://github.com/cometbft/cometbft Cosmwasm https://github.com/CosmWasm/cosmwasm https://github.com/CosmWasm/wasmd Cosmos Hub https://github.com/cosmos/interchain-security
     Like  Bookmark
  • Dependencies Tendermint v0.34.15 or higher Postgres database 14 Docker Setting up Postgres database This repo will create a postgres docker image with tendermint events schema. You can find tendermint events schema Here.
     Like  Bookmark