Skip to content

Commit

Permalink
docs: change ref links to ours (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongwoo Lee authored Jun 3, 2021
1 parent f55255f commit 17eedcf
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 31 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Tests](https://github.com/line/cosmwasm/actions/workflows/tests.yml/badge.svg)](https://github.com/line/cosmwasm/actions/workflows/tests.yml)

**WebAssembly Smart Contracts for the LBM**

This repository is forked from [CosmWasm/cosmwasm](https://github.com/CosmWasm/cosmwasm).

For more detail, see the original documents.
Expand Down
5 changes: 2 additions & 3 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ example contracts, see
## Optimized builds

Those development contracts are used for testing in other repos, e.g. in
[wasmvm](https://github.com/CosmWasm/wasmvm/tree/master/api/testdata) or
[cosmjs](https://github.com/cosmos/cosmjs/tree/main/scripts/wasmd/contracts).
[wasmvm](https://github.com/line/wasmvm/tree/main/api/testdata).

They are [built and deployed](https://github.com/CosmWasm/cosmwasm/releases) by
They are [built and deployed](https://github.com/line/cosmwasm/releases) by
the CI for every release tag. In case you need to build them manually for some
reason, use the following commands:

Expand Down
10 changes: 5 additions & 5 deletions packages/crypto/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CosmWasm Crypto

[![cosmwasm-crypto on crates.io](https://img.shields.io/crates/v/cosmwasm-crypto.svg)](https://crates.io/crates/cosmwasm-crypto)
_Forked from [CosmWasm/cosmwasm-crypto](https://github.com/CosmWasm/cosmwasm/tree/main/packages/crypto)_

This crate implements cryptography-related functions, so that they can be
available for both, the [cosmwasm-vm](`https://crates.io/crates/cosmwasm-vm`)
and [cosmwasm-std](`https://crates.io/crates/cosmwasm-std`) crates.
available for both, the [cosmwasm-vm](`https://github.com/line/cosmwasm/tree/main/packages/vm`)
and [cosmwasm-std](`https://github.com/line/cosmwasm/tree/main/packages/std`) crates.

## Implementations

Expand All @@ -25,5 +25,5 @@ cargo bench
## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).
License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)).
6 changes: 3 additions & 3 deletions packages/derive/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# cosmwasm-derive

[![cosmwasm-derive on crates.io](https://img.shields.io/crates/v/cosmwasm-derive.svg)](https://crates.io/crates/cosmwasm-derive)
_Forked from [CosmWasm/cosmwasm-derive](https://github.com/CosmWasm/cosmwasm/tree/main/packages/derive)_

A package for auto-generated code used for CosmWasm contract development. This
is shipped as part of cosmwasm-std. Do not use directly.

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).
License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)).
6 changes: 3 additions & 3 deletions packages/schema/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CosmWasm Schema

[![cosmwasm-schema on crates.io](https://img.shields.io/crates/v/cosmwasm-schema.svg)](https://crates.io/crates/cosmwasm-schema)
_Forked from [CosmWasm/cosmwasm-schema](https://github.com/CosmWasm/cosmwasm/tree/main/packages/schema)_

A dev-dependency for CosmWasm contracts to generate JSON Schema files.

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).
License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)).
5 changes: 0 additions & 5 deletions packages/std/API.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/std/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# cosmwasm

[![cosmwasm-std on crates.io](https://img.shields.io/crates/v/cosmwasm-std.svg)](https://crates.io/crates/cosmwasm-std)
_Forked from [CosmWasm/cosmwasm-std](https://github.com/CosmWasm/cosmwasm/tree/main/packages/std)_

The standard library for building CosmWasm smart contracts. Code in this package
is compiled into the smart contract.

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).
License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/line/blob/main/LICENSE)).
6 changes: 3 additions & 3 deletions packages/storage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cosmwasm-storage

[![cosmwasm-storage on crates.io](https://img.shields.io/crates/v/cosmwasm-storage.svg)](https://crates.io/crates/cosmwasm-storage)
_Forked from [CosmWasm/cosmwasm-storage](https://github.com/CosmWasm/cosmwasm/tree/main/packages/storage)_

CosmWasm library with useful helpers for Storage patterns. You can use `Storage`
implementations in `cosmwasm-std`, or rely on these to remove some common
Expand Down Expand Up @@ -190,5 +190,5 @@ let the `TypedStorage` APIs take care of all the boilerplate.
## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).
License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)).
12 changes: 6 additions & 6 deletions packages/vm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CosmWasm VM

[![cosmwasm-vm on crates.io](https://img.shields.io/crates/v/cosmwasm-vm.svg)](https://crates.io/crates/cosmwasm-vm)
_Forked from [CosmWasm/cosmwasm-vm](https://github.com/CosmWasm/cosmwasm/tree/main/packages/vm)_

This is an abstraction layer around the wasmer VM to expose just what we need to
run cosmwasm contracts in a high-level manner. This is intended both for
Expand Down Expand Up @@ -28,9 +28,9 @@ compatibility list:

There are demo files in `testdata/*.wasm`. Those are compiled and optimized
versions of
[contracts/hackatom](https://github.com/CosmWasm/cosmwasm/tree/main/contracts/hackatom)
[contracts/hackatom](https://github.com/line/cosmwasm/tree/main/contracts/hackatom)
and
[contracts/staking](https://github.com/CosmWasm/cosmwasm/tree/main/contracts/staking)
[contracts/staking](https://github.com/line/cosmwasm/tree/main/contracts/staking)
run through [rust-optimizer](https://github.com/CosmWasm/rust-optimizer).

To rebuild the test contracts, go to the repo root and do
Expand Down Expand Up @@ -93,6 +93,6 @@ RUSTFLAGS="-g" cargo build --release --example module_size

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).
This package is part of the line/cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)).

0 comments on commit 17eedcf

Please sign in to comment.