Docs Category: Building

Post Processing Tools

To Share and +4 nLEARNs Login with NEARPost Processing Tools The size of the contract is a critical characteristic. The best way to keep it small is a well-designed minimalistic code with a reduced number of dependencies. It is especially important for large contracts and huge multi-contract dApps that can take a fortune to deploy. …

Post Processing Tools Read More »

reproducible-builds

To Share and +4 nLEARNs Login with NEARReproducible Builds Reproducible builds let different people build the same program and get the exact same outputs as one another. It helps users trust that deployed contracts are built correctly and correspond to the source code. To verify your contract user can build it themselves and check that …

reproducible-builds Read More »

Basic Instructions

To Share and +4 nLEARNs Login with NEARBasic instructions To compile release version of the smart contract you can run: cargo build –target wasm32-unknown-unknown –release :::info The above build command is setting a target flag to create a WebAssembly .wasm file. :: Notice that your project directory now has a few additional items: . ├── …

Basic Instructions Read More »

Scroll to Top
Report a bug👀