ulimit -n 2100git pullcargo run --release -- --home-dir ~/.near/testnet init --chain-id testnet --download
Get Config.json from
cargo run --release -- --home-dir ~/.near/testnet run
sudo apt install git-allsudo apt-get install build-essential​// Install Rustcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh​​$ ssh-keygen -t rsa -b 4096 -C "nate@mintbase.io"$ cat ~/.ssh/id_rsa.pub​// Pop this into github​​$ mkdir ~/.near && mkdir ~/.near/testnet$ git clone git@github.com:nearprotocol/nearcore.git$ cd nearcore/tools/indexer/example$ cargo run --release -- --home-dir ~/.near/testnet init --chain-id testnet --download​// Replace the config.json from// https://github.com/nearprotocol/nearcore/tree/master/chain/indexer​​$ git clone https://github.com/Mintbase/mintbase-near-indexer$ cd mintbase-near-inder$ mv config.jon ~/.ssh/testnet/sudo apt-get install llvm clang librocksdb-dev​​sudo apt-get install clang llvmsudo apt install pkg-configapt-get install makesudo apt -y install clangsudo apt -y install gccsudo apt -y install cmakesudo apt-get install build-essentialsudo apt-get install libxmu-dev libxmu-headers freeglut3-dev libxext-dev libxi-dev​