|
il y a 2 ans | |
---|---|---|
.github/workflows | il y a 2 ans | |
common-api | il y a 2 ans | |
example | il y a 2 ans | |
web-client | il y a 2 ans | |
.dockerignore | il y a 2 ans | |
.gitignore | il y a 2 ans | |
Cargo.toml | il y a 2 ans | |
Dockerfile | il y a 2 ans | |
README.md | il y a 2 ans | |
docker-compose.yml | il y a 2 ans |
Commonly used API among different dependencies. For example key-exchange-server
Client library for communication from browser and Near blockchain. It’s a high-level API. User doesn’t need to understand how blockchain works.
Please follow the official instructions to use the latest package.
wasm-pack build web-client --target bundler --out-dir ../pkg
Pre requirements:
Clone a key-exchange-server
and near-smartcontracts
.
Deploy their docker instances:
⚠️ Please keep the order(near-smartcontracts
depends on the key-exchange-server
network)
key-exchange-server
: bash docker-compose up -d
near-smartcontracts
: bash docker-compose -f docker-compose.yml -f docker-compose.tests.yml up -d
Then:
docker-compose up