KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
oraiwasm
★ 20
Open GitHub ↗
Oraichain smart contracts
Download README (.md)
Explore Similar Repositories
docker-wordpress
:
A simple boilerplate to set WordPress on a developer environment orchestrating everything with Docker and docker-compose.
ThatOrThis
:
A Fabric mod for choosing between sets of Fabric mods.
spring-jwt-realization
:
In this project I realize full mechanism of user login and registration. Also Implement Role Based Action Control.
dotcom-frontend
:
No description available.
Swift-Intersection
:
Extensible records / intersection type in Swift.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
oraiwasm
?
Download (.md)
# oraiwasm Oraichain smart contracts ### Build smart contracts ```bash # build a smart contract cw-build package/price/datasource_eth # if need customize std, using this command cargo install xargo # run test a function cargo test --lib -p nft -- --exact contract::tests::query_tokens_by_owner --show-output ``` ## Handling smart contracts The detailed tutorials for the smart contracts are located [here](https://oraiwasm.web.app/)