cargo build --all
Install the nightly version of rustfmt
rustup toolchain install nightly
To install:
rustup component add rustfmt --toolchain nightly
To run:
cargo +nightly fmt
Install the nightly version of rustfmt
rustup toolchain install nightly
To install:
rustup component add clippy --toolchain nightly
To run:
cargo clippy --all --all-targets --release
TEST_CONFIG=test_config_example.json cargo test --all
Mainnet RPC+LCD:
https://rpc-juno.itastakers.com/
https://lcd-juno.itastakers.com/
Testnet SmartContracts Code Explorer:
https://blueprints.juno.giansalex.dev/#/
testnet explorer:
https://explorer.uni.chaintools.tech/uni
https://testnet.mintscan.io/juno-testnet
https://testnet.juno.explorers.guru/
Testnet RPC+LCD:
- https://rpc.uni.junonetwork.io/
- https://api.uni.junonetwork.io/
- https://rpc.uni.juno.deuslabs.fi/
- https://lcd.uni.juno.deuslabs.fi/
- https://rpc.uni.junomint.com:443/
- https://api.uni.junomint.com:443/
- https://uni-api.blockpane.com/ # RPC and LCD
- Fork this repository.
- Clone your forked repository in your local environment.
- Stack commits locally for a single PR (It should represent one topic).
- After finishing writing code, run formatter, linter, and test.
- Push the commits to the remote forked repository.
- Go to the forked repository web page and make a PR to this repository.
- Add posgnu and junha1 as reviewers and ping them in the discord server.